gnu: go-github-com-rifflock-lfshook: Fix typo in description.

* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-09 16:43:36 +02:00
parent e892b9c3dc
commit 87fd44b0cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1536,7 +1536,7 @@ (define-public go-github-com-rifflock-lfshook
(home-page "https://github.com/rifflock/lfshook")
(synopsis "Local File System hook for Logrus logger")
(description "This package provides a hook for Logrus to write directly to
a file on the filesystem. The log levels are dynamic at instantiation of the
a file on the file system. The log levels are dynamic at instantiation of the
hook, so it is capable of logging at some or all levels.")
(license license:expat)))