From 8d57f75f7a1d04ecbf30333c104c9124cfca9331 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Wed, 5 Aug 2020 16:07:58 -0700 Subject: [PATCH] nixos/smartd: fix description for docbook --- nixos/modules/services/monitoring/smartd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/smartd.nix b/nixos/modules/services/monitoring/smartd.nix index 8388527a268..a3612be3cc2 100644 --- a/nixos/modules/services/monitoring/smartd.nix +++ b/nixos/modules/services/monitoring/smartd.nix @@ -135,7 +135,7 @@ in type = types.str; description = '' Sender of the notification messages. - Acts as the value of email in the emails' From: ... field. + Acts as the value of email in the emails' From: ... field. ''; };