about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/moinmoin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/moinmoin.nix')
-rw-r--r--nixos/modules/services/web-apps/moinmoin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/moinmoin.nix b/nixos/modules/services/web-apps/moinmoin.nix
index 0fee64be0bb2..dc7abce2a5cb 100644
--- a/nixos/modules/services/web-apps/moinmoin.nix
+++ b/nixos/modules/services/web-apps/moinmoin.nix
@@ -299,5 +299,5 @@ in
     ])));
   };
 
-  meta.maintainers = with lib.maintainers; [ b42 ];
+  meta.maintainers = with lib.maintainers; [ mmilata ];
 }