nixos/openldap: fix eval
Fixes error: The option value `meta.maintainers' in `nixos/modules/services/databases/openldap.nix' is not of type `list of maintainers'.
Jan Tojnar 5 years ago 33d79f11 46db244d
··· 232 232 }; 233 233 234 234 meta = { 235 235 - maintainers = lib.maintainers.mic92; 235 235 + maintainers = [ lib.maintainers.mic92 ]; 236 236 }; 237 237 238 238