about summary refs log tree commit diff
path: root/pkgs/servers/pleroma/default.nix
diff options
context:
space:
mode:
authorYuka <86169957+yu-re-ka@users.noreply.github.com>2021-06-22 11:17:00 +0200
committerGitHub <noreply@github.com>2021-06-22 11:17:00 +0200
commit1bbdca36d28643b26e5aaf9c83dfb50144d73b55 (patch)
tree1b676920f984d90768752f683551592b84dfb17d /pkgs/servers/pleroma/default.nix
parent5efe86e393220b3885b59fcc831e546d5d7dcc7b (diff)
maintainers: add yuka (#127773)
If this seems strange to you, or you are a maintainer of one of these
packages, please contact me on Matrix: @yuka:yuka.dev
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 25d2da6324383..01608f1ca4649 100644
--- a/pkgs/servers/pleroma/default.nix
+++ b/pkgs/servers/pleroma/default.nix
@@ -218,7 +218,7 @@ beamPackages.mixRelease rec {
     description = "ActivityPub microblogging server";
     homepage = https://git.pleroma.social/pleroma/pleroma;
     license = licenses.agpl3;
-    maintainers = with maintainers; [ petabyteboy ninjatrappeur ];
+    maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka ];
     platforms = [ "x86_64-linux" "aarch64-linux" ];
   };
 }