about summary refs log tree commit diff
path: root/pkgs/servers/pleroma/default.nix
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-09-10 10:38:22 +0000
committerYaya <github@uwu.is>2023-09-10 10:38:22 +0000
commit6192e58f18f965bfce5a23ca0d9fde00a64cd9bd (patch)
tree118123c57869ca5e1df6036c2792a683d3e718dd /pkgs/servers/pleroma/default.nix
parentd7d79781a9d180853669b15280a2129498b4e4cc (diff)
pleroma: add yayayayaka to maintainers
Diffstat (limited to 'pkgs/servers/pleroma/default.nix')
-rw-r--r--pkgs/servers/pleroma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/pleroma/default.nix b/pkgs/servers/pleroma/default.nix
index 4bff580fe8d47..1945068b2376d 100644
--- a/pkgs/servers/pleroma/default.nix
+++ b/pkgs/servers/pleroma/default.nix
@@ -175,7 +175,7 @@ beamPackages.mixRelease rec {
     description = "ActivityPub microblogging server";
     homepage = "https://git.pleroma.social/pleroma/pleroma";
     license = licenses.agpl3;
-    maintainers = with maintainers; [ ninjatrappeur yuka kloenk ];
+    maintainers = with maintainers; [ ninjatrappeur yuka kloenk yayayayaka ];
     platforms = platforms.unix;
   };
 }