summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/databases/openldap.nix
diff options
context:
space:
mode:
authorilian <ilian@tuta.io>2021-01-13 19:15:09 +0100
committerilian <ilian@tuta.io>2021-01-13 19:15:18 +0100
commit52a6cc02c5fc308c0a034d3a484b8ca45de3f8fd (patch)
tree4e78d4844e5c6b24bca5227df35b58c94c1cc4aa /nixos/modules/services/databases/openldap.nix
parent9e2880e5fa0cda607ad670cde12dc93735d2f97a (diff)
openldap: fix typo in maintainers
Diffstat (limited to 'nixos/modules/services/databases/openldap.nix')
-rw-r--r--nixos/modules/services/databases/openldap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/openldap.nix b/nixos/modules/services/databases/openldap.nix
index 94a5c573768b..f0efc659cff7 100644
--- a/nixos/modules/services/databases/openldap.nix
+++ b/nixos/modules/services/databases/openldap.nix
@@ -244,7 +244,7 @@ in {
};
};
- meta.maintainers = with lib.maintainters; [ mic92 kwohlfahrt ];
+ meta.maintainers = with lib.maintainers; [ mic92 kwohlfahrt ];
config = mkIf cfg.enable {
assertions = map (opt: {