about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2024-04-22 19:19:01 +0300
committermisuzu <bakalolka@gmail.com>2024-04-22 19:19:01 +0300
commit4146e6ea38a0ac1994ddedd85d265cb9b1755aa1 (patch)
treeec5bca06e98272f2eee92addbeac2ac938be0224 /nixos/modules/services
parent6143fc5eeb9c4f00163267708e26191d1e918932 (diff)
gotosocial: remove misuzu from maintainers
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/web-apps/gotosocial.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/gotosocial.nix b/nixos/modules/services/web-apps/gotosocial.nix
index 8e0e1ad765212..aee1edf66a6a7 100644
--- a/nixos/modules/services/web-apps/gotosocial.nix
+++ b/nixos/modules/services/web-apps/gotosocial.nix
@@ -27,7 +27,7 @@ let
 in
 {
   meta.doc = ./gotosocial.md;
-  meta.maintainers = with lib.maintainers; [ misuzu blakesmith ];
+  meta.maintainers = with lib.maintainers; [ blakesmith ];
 
   options.services.gotosocial = {
     enable = lib.mkEnableOption "ActivityPub social network server";