Remove extra period...

This commit is contained in:
niten 2023-10-07 18:26:26 -07:00
parent d187b0a555
commit 19653b73f8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ in {
alias-users = mkOption {
type = attrsOf (listOf str);
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 = { };
};
};