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'.
This commit is contained in:
parent
46db244d2d
commit
33d79f110d
@ -232,7 +232,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = lib.maintainers.mic92;
|
maintainers = [ lib.maintainers.mic92 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user