3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: multitail: Edit synopsis & description.

* gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo
& rephrase.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 17:07:18 +02:00
parent c887f7b3b8
commit d96241547d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -177,14 +177,14 @@ commands, displaying the results via a web interface.")
(("ncursesw\\/panel.h") "panel.h")
(("ncursesw\\/ncurses.h") "ncurses.h")))
#t))
(delete 'configure))
(delete 'configure)) ; no configure script
#:tests? #f)) ; no test suite (make check just runs cppcheck)
(inputs `(("ncurses" ,ncurses)))
(home-page "https://vanheusden.com/multitail/")
(synopsis "Monitor multiple logfiles")
(synopsis "Monitor multiple log files")
(description
"MultiTail allows you to monitor logfiles and command output in multiple
windows in a terminal, colorize, filter and merge.")
"MultiTail can monitor, color, filter, and merge log files and command
output in multiple windows in a terminal.")
(license license:gpl2+)))
(define-public spdlog