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
parent 2bb9ac6442
commit 3accf6d393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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".
'';
};