about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-03-30 23:11:45 +0000
committertcmal <me@aria.rip>2024-04-12 23:53:26 +0100
commit6c4f37e258e95c3614c28c1d938b74f0a82a20f5 (patch)
treeda17ca69f0bcd01ebf86ccd067eb04fdd0e4a048 /nixos
parent343b319957f6a3a14848dc1dc7c7e001cee9579a (diff)
akkoma: add tcmal as maintainer
(cherry picked from commit f8b9215e9fe939497143ba2cfc9ad0ab8e26a6d8)
Diffstat (limited to 'nixos')
-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 ffbd2979440ae..b2b2c53f2fce3 100644
--- a/nixos/modules/services/web-apps/akkoma.nix
+++ b/nixos/modules/services/web-apps/akkoma.nix
@@ -1130,6 +1130,6 @@ in {
     };
   };
 
-  meta.maintainers = with maintainers; [ mvs ];
+  meta.maintainers = with maintainers; [ mvs tcmal ];
   meta.doc = ./akkoma.md;
 }