Remove extra period...
This commit is contained in:
parent
d187b0a555
commit
19653b73f8
@ -85,7 +85,7 @@ in {
|
|||||||
alias-users = mkOption {
|
alias-users = mkOption {
|
||||||
type = attrsOf (listOf str);
|
type = attrsOf (listOf str);
|
||||||
description =
|
description =
|
||||||
"Map of alias user to list of users who should receive email..";
|
"Map of alias user to list of users who should receive email.";
|
||||||
default = { };
|
default = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user