summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-14 07:43:50 +0100
committerGitHub <noreply@github.com>2021-01-14 07:43:50 +0100
commit7ab8f240ba9ee124a3a5a9fec26d398e3664d1ef (patch)
treee2a5e5c7a81e4e8c614e5f736bf28fe4c76ef91c /nixos/modules
parent29d0d2facaedb02354180e8ebe0c9943fd6d1430 (diff)
parent52a6cc02c5fc308c0a034d3a484b8ca45de3f8fd (diff)
Merge pull request #109303 from ilian/fix/openldap-maintainers-typo
openldap: fix typo when specifying maintainers list
Diffstat (limited to 'nixos/modules')
-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: {