about summary refs log tree commit diff
path: root/nixos/modules
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 /nixos/modules
parent5852620f96e44af8fc48c86bf3efc87d462023ba (diff)
akkoma: remove maintainer tcmal (#320858)
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-apps/akkoma.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/akkoma.nix b/nixos/modules/services/web-apps/akkoma.nix
index 338e7c7383380..8ba3c7eaa1e6a 100644
--- a/nixos/modules/services/web-apps/akkoma.nix
+++ b/nixos/modules/services/web-apps/akkoma.nix
@@ -1136,6 +1136,6 @@ in {
     };
   };
 
-  meta.maintainers = with maintainers; [ mvs tcmal ];
+  meta.maintainers = with maintainers; [ mvs ];
   meta.doc = ./akkoma.md;
 }