Merge pull request #302223 from stupidcomputer/remove-avery-lychee

maintainers: remove avery
This commit is contained in:
éclairevoyant 2024-04-07 01:30:19 +00:00 committed by GitHub
commit 092bd1b943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
}; };