3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #109303 from ilian/fix/openldap-maintainers-typo

openldap: fix typo when specifying maintainers list
This commit is contained in:
Sandro 2021-01-14 07:43:50 +01:00 committed by GitHub
commit 7ab8f240ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@ in {
}; };
}; };
meta.maintainers = with lib.maintainters; [ mic92 kwohlfahrt ]; meta.maintainers = with lib.maintainers; [ mic92 kwohlfahrt ];
config = mkIf cfg.enable { config = mkIf cfg.enable {
assertions = map (opt: { assertions = map (opt: {