From 8ea5e14abf998a11a6dc58da6ea999960a4e7731 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 14 Sep 2022 18:30:26 +0200 Subject: [PATCH] got: Add afh as co-maintainer --- maintainers/maintainer-list.nix | 6 ++++++ pkgs/applications/version-management/got/default.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 ]; }; }