gnu: picocom: Fix description.
* gnu/packages/terminals.scm (picocom)[synopsis]: Shorten. [description]: Properly introduce.
This commit is contained in:
parent
33238b5520
commit
5e5bd81843
|
@ -367,11 +367,12 @@ combining, and so on, with a simple interface.")
|
||||||
(install-file "picocom" bin)
|
(install-file "picocom" bin)
|
||||||
(install-file "picocom.1" man)))))))
|
(install-file "picocom.1" man)))))))
|
||||||
(home-page "https://github.com/npat-efault/picocom")
|
(home-page "https://github.com/npat-efault/picocom")
|
||||||
(synopsis "Minimal dumb-terminal emulation program")
|
(synopsis "Minimal dumb-terminal emulator")
|
||||||
(description "It was designed to serve as a simple, manual, modem
|
(description
|
||||||
configuration, testing, and debugging tool. It has also serves well
|
"Picocom is a minimal dumb-terminal emulation program. It was designed to
|
||||||
as a low-tech serial communications program to allow access to all
|
serve as a simple and manual modem configuration, testing, and debugging tool.
|
||||||
types of devices that provide serial consoles.")
|
It also serves well as a low-tech serial communications program to allow access
|
||||||
|
to all types of devices that provide serial consoles.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public beep
|
(define-public beep
|
||||||
|
|
Loading…
Reference in New Issue