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
commit f33726092b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];
};
}