got: Add afh as co-maintainer

This commit is contained in:
Alexis Hildebrandt 2022-09-14 18:30:26 +02:00
parent a9e8138a20
commit 8ea5e14abf
2 changed files with 7 additions and 1 deletions

View file

@ -373,6 +373,12 @@
githubId = 10677343;
name = "Eugene";
};
afh = {
email = "surryhill+nix@gmail.com";
github = "afh";
githubId = 16507;
name = "Alexis Hildebrandt";
};
aflatter = {
email = "flatter@fastmail.fm";
github = "aflatter";

View file

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://gameoftrees.org";
license = licenses.isc;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ abbe ];
maintainers = with maintainers; [ abbe afh ];
};
}