gnu: watchdogd: Add a missing dot.

* gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
This commit is contained in:
Mathieu Othacehe 2021-12-23 18:22:20 +01:00
parent fe5ade556b
commit 6f01565ef0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -4143,7 +4143,7 @@ (define-public watchdogd
(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)))