diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 16:43:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 19:57:39 +0200 |
commit | 87fd44b0cff8c964b31967f0e0f2d659e52270f3 (patch) | |
tree | b72b73216bec07dbfcfda3a014dd3308d48567bf /gnu/packages/golang.scm | |
parent | e892b9c3dc7915b77e7aa56a066dfdc856a7d69b (diff) | |
download | guix-87fd44b0cff8c964b31967f0e0f2d659e52270f3.tar.gz |
gnu: go-github-com-rifflock-lfshook: Fix typo in description.
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index c0d4b0abf9..58d6b00fc4 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1536,7 +1536,7 @@ compatible with the standard library logger.") (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))) |