maintainers: remove avery

This commit is contained in:
stupidcomputer 2024-04-06 19:47:58 -05:00
parent 2e5c1a7045
commit 0fb9ee1b8c
2 changed files with 1 additions and 7 deletions

View File

@ -1989,12 +1989,6 @@
githubId = 687218; githubId = 687218;
name = "averelld"; name = "averelld";
}; };
avery = {
email = "averyl+nixos@protonmail.com";
github = "AveryLychee";
githubId = 9147625;
name = "Avery Lychee";
};
avh4 = { avh4 = {
email = "gruen0aermel@gmail.com"; email = "gruen0aermel@gmail.com";
github = "avh4"; github = "avh4";

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://strlen.com/treesheets/"; homepage = "https://strlen.com/treesheets/";
maintainers = with maintainers; [ obadz avery ]; maintainers = with maintainers; [ obadz ];
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.zlib; license = licenses.zlib;
}; };