treewide: add awwpotato as maintainer (#1021)

This commit is contained in:
awwpotato 2025-03-19 12:49:09 -07:00 committed by GitHub
parent 85b081e369
commit 292ac3a930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 7 deletions

6
flake.lock generated
View file

@ -239,11 +239,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741513245,
"narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=",
"lastModified": 1742288794,
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1",
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42",
"type": "github"
},
"original": {

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.awwpotato ];
}

View file

@ -1,4 +1,7 @@
{ lib, ... }:
{
maintainers = [ lib.maintainers.naho ];
maintainers = with lib.maintainers; [
awwpotato
naho
];
}

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.awwpotato ];
}

View file

@ -1,3 +1,4 @@
{ lib, ... }:
{
maintainers = [ ];
maintainers = [ lib.maintainers.awwpotato ];
}