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