Merge pull request #154724 from Kloenk/pleroma_kloenk

pleroma: add kloenk as maintainer
This commit is contained in:
Bobby Rong
2022-01-12 17:43:49 +08:00
committed by GitHub
+1 -1
View File
@@ -208,7 +208,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3;
maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka ];
maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka kloenk ];
platforms = platforms.unix;
};
}