Merge pull request #201461 from ghuntley/patch-3

mastodon: add ghuntley as maintainer
This commit is contained in:
Jörg Thalheim
2022-11-16 09:36:14 +01:00
committed by GitHub
+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 ];
};
}