pleroma: add yayayayaka to maintainers

This commit is contained in:
Yaya
2023-09-10 10:38:22 +00:00
parent d7d79781a9
commit 6192e58f18

View File

@@ -175,7 +175,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server"; description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma"; homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ ninjatrappeur yuka kloenk ]; maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }