summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-12-23 18:22:20 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-12-23 19:09:30 +0100
commit6f01565ef0a05aebbedafc61baf0ffbacbe7b41e (patch)
tree5924f715b496c8fd057dcade1f7a71b96a0fe761 /gnu/packages/linux.scm
parentfe5ade556be2b8f199cceb4a759109a9507bca31 (diff)
downloadguix-patches-6f01565ef0a05aebbedafc61baf0ffbacbe7b41e.tar
guix-patches-6f01565ef0a05aebbedafc61baf0ffbacbe7b41e.tar.gz
gnu: watchdogd: Add a missing dot.
* gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 48b77110a5..8e61fa45a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4143,7 +4143,7 @@ dm-thin, dm-cache and dm-era device-mapper targets.")
(synopsis "Advanced system & process supervisor for Linux")
(description "This package provides an advanced monitor of critical system
resources, supervises the heartbeat of processes, records deadline
-transgressions, and initiates a controlled reset if needed")
+transgressions, and initiates a controlled reset if needed.")
(home-page "https://troglobit.com/projects/watchdogd/")
(license license:isc)))