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

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 {
assertions = map (opt: {