From 6e0c9dcd87280deae219d2c5abfa1f5fd550f23a Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Wed, 16 Nov 2022 17:52:00 +1000 Subject: [PATCH] mastodon: add ghuntley as maintainer --- pkgs/servers/mastodon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/mastodon/default.nix b/pkgs/servers/mastodon/default.nix index 7468b612cb47..91846bdf7035 100644 --- a/pkgs/servers/mastodon/default.nix +++ b/pkgs/servers/mastodon/default.nix @@ -121,6 +121,6 @@ stdenv.mkDerivation rec { homepage = "https://joinmastodon.org"; license = licenses.agpl3Plus; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; - maintainers = with maintainers; [ happy-river erictapen izorkin ]; + maintainers = with maintainers; [ happy-river erictapen izorkin ghuntley ]; }; }