about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAria <me@aria.rip>2024-06-18 21:33:38 +0100
committerGitHub <noreply@github.com>2024-06-18 22:33:38 +0200
commit83b00c3637b03fd7d1dbea3d988fd2207652c253 (patch)
treefc769ba8d96221589e8db261c832d8a12c6e3d17 /pkgs/servers
parent5852620f96e44af8fc48c86bf3efc87d462023ba (diff)
akkoma: remove maintainer tcmal (#320858)
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/akkoma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/akkoma/default.nix b/pkgs/servers/akkoma/default.nix
index 472089bbafae4..ec69767338aab 100644
--- a/pkgs/servers/akkoma/default.nix
+++ b/pkgs/servers/akkoma/default.nix
@@ -222,7 +222,7 @@ beamPackages.mixRelease rec {
     description = "ActivityPub microblogging server";
     homepage = "https://akkoma.social";
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ mvs tcmal ];
+    maintainers = with maintainers; [ mvs ];
     platforms = platforms.unix;
   };
 }