mastodon: add ghuntley as maintainer

This commit is contained in:
Geoffrey Huntley
2022-11-16 17:52:00 +10:00
committed by GitHub
parent 85bcde8fb6
commit 6e0c9dcd87
+1 -1
View File
@@ -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 ];
};
}