mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: multitail: Edit synopsis & description.
* gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo & rephrase.
This commit is contained in:
parent
c887f7b3b8
commit
d96241547d
1 changed files with 4 additions and 4 deletions
|
@ -177,14 +177,14 @@ commands, displaying the results via a web interface.")
|
||||||
(("ncursesw\\/panel.h") "panel.h")
|
(("ncursesw\\/panel.h") "panel.h")
|
||||||
(("ncursesw\\/ncurses.h") "ncurses.h")))
|
(("ncursesw\\/ncurses.h") "ncurses.h")))
|
||||||
#t))
|
#t))
|
||||||
(delete 'configure))
|
(delete 'configure)) ; no configure script
|
||||||
#:tests? #f)) ; no test suite (make check just runs cppcheck)
|
#:tests? #f)) ; no test suite (make check just runs cppcheck)
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
(home-page "https://vanheusden.com/multitail/")
|
(home-page "https://vanheusden.com/multitail/")
|
||||||
(synopsis "Monitor multiple log files")
|
(synopsis "Monitor multiple log files")
|
||||||
(description
|
(description
|
||||||
"MultiTail allows you to monitor logfiles and command output in multiple
|
"MultiTail can monitor, color, filter, and merge log files and command
|
||||||
windows in a terminal, colorize, filter and merge.")
|
output in multiple windows in a terminal.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public spdlog
|
(define-public spdlog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue