diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-23 18:22:20 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-23 19:09:30 +0100 |
commit | 6f01565ef0a05aebbedafc61baf0ffbacbe7b41e (patch) | |
tree | 5924f715b496c8fd057dcade1f7a71b96a0fe761 /gnu | |
parent | fe5ade556be2b8f199cceb4a759109a9507bca31 (diff) | |
download | guix-6f01565ef0a05aebbedafc61baf0ffbacbe7b41e.tar guix-6f01565ef0a05aebbedafc61baf0ffbacbe7b41e.tar.gz |
gnu: watchdogd: Add a missing dot.
* gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
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))) |