znapzend: update declarations for --mailErrorSummaryTo

Co-authored-by: Janne Heß <dasJ@users.noreply.github.com>
This commit is contained in:
Tobi Bleiker
2024-05-01 09:51:09 +02:00
committed by GitHub
co-authored by Janne Heß
parent 2bb9ac6442
commit 3accf6d393
+2 -2
View File
@@ -316,9 +316,9 @@ in
};
mailErrorSummaryTo = mkOption {
type = str;
type = singleLineStr;
default = "";
description = lib.mdDoc ''
description = ''
Email address to send a summary to if "send task(s) failed".
'';
};