summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorMoritz 'e1mo' Fromm <git@e1mo.de>2023-01-06 23:40:09 +0100
committerMoritz 'e1mo' Fromm <git@e1mo.de>2023-01-06 23:40:09 +0100
commit8d4251f4916c0f87cf00096372b51d46d00d647b (patch)
tree01ab98ab7a68993af07a342a7b3e82fc1bfc788c /nixos
parent2a69c78928a0a7db5bba23627bee9fb819293eb7 (diff)
nixos/dokuwiki: Add e1mo as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/dokuwiki.nix1
-rw-r--r--nixos/tests/dokuwiki.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/dokuwiki.nix b/nixos/modules/services/web-apps/dokuwiki.nix
index d90dd8ace412..36871178d85e 100644
--- a/nixos/modules/services/web-apps/dokuwiki.nix
+++ b/nixos/modules/services/web-apps/dokuwiki.nix
@@ -601,5 +601,6 @@ in
_1000101
onny
dandellion
+ e1mo
];
}
diff --git a/nixos/tests/dokuwiki.nix b/nixos/tests/dokuwiki.nix
index 034d6f94af29..0b6e29348b7a 100644
--- a/nixos/tests/dokuwiki.nix
+++ b/nixos/tests/dokuwiki.nix
@@ -89,6 +89,7 @@ in {
maintainers = with maintainers; [
_1000101
onny
+ e1mo
];
};