pleroma: add kloenk as maintainer

This commit is contained in:
Finn Behrens 2022-01-12 10:30:10 +01:00
parent de6f103a45
commit 1e4b8ffb11

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