summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-03-30 23:11:45 +0000
committertcmal <me@aria.rip>2024-04-09 13:58:04 +0100
commitf8b9215e9fe939497143ba2cfc9ad0ab8e26a6d8 (patch)
tree8331f67eb1de6f5164de6856f5ec63e9af9ad769 /nixos/modules/services/web-apps
parentd598b5d88da2fc8cfaa839a05986dd5990acd043 (diff)
akkoma: add tcmal as maintainer
Diffstat (limited to 'nixos/modules/services/web-apps')
-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 f55134f49bfd..a5a93c6198fd 100644
--- a/nixos/modules/services/web-apps/akkoma.nix
+++ b/nixos/modules/services/web-apps/akkoma.nix
@@ -1125,6 +1125,6 @@ in {
};
};
- meta.maintainers = with maintainers; [ mvs ];
+ meta.maintainers = with maintainers; [ mvs tcmal ];
meta.doc = ./akkoma.md;
}