summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2020-04-02 13:49:28 +0200
committerMartin Milata <martin@martinmilata.cz>2020-04-02 13:49:28 +0200
commitf35d65850e42cae75253be4e092c71ff3e2fa99e (patch)
tree908e71e071ae6a3ac9c91f3316948ec243563b29 /nixos/modules
parent35359bb3e35b13ec7106372bcb77be0075b98725 (diff)
nixos/moinmoin: fix maintainer reference
Diffstat (limited to 'nixos/modules')
-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 ];
}