diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 80b7e04371bc..30233bfc38f0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/applications/version-management/got/default.nix b/pkgs/applications/version-management/got/default.nix index 5d95e5d55923..a74fe8b098c3 100644 --- a/pkgs/applications/version-management/got/default.nix +++ b/pkgs/applications/version-management/got/default.nix @@ -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 ]; }; }