From 19653b73f827c87ecbed0e58c598e93072897d3c Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Oct 2023 18:26:26 -0700 Subject: [PATCH] Remove extra period... --- mail-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-server.nix b/mail-server.nix index a087ae0..222b7c3 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -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 = { }; }; };