diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 11:07:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-11 13:25:12 +0100 |
commit | 5e5bd818437f325ca4f6f9e44578bedbc4067e85 (patch) | |
tree | 24e7a64076e261ee444edf731a5b1e702453d6a6 /gnu/packages/terminals.scm | |
parent | 33238b552000aa730d6e306df4fadbac2ad2db02 (diff) | |
download | patches-5e5bd818437f325ca4f6f9e44578bedbc4067e85.tar patches-5e5bd818437f325ca4f6f9e44578bedbc4067e85.tar.gz |
gnu: picocom: Fix description.
* gnu/packages/terminals.scm (picocom)[synopsis]: Shorten.
[description]: Properly introduce.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 1217088491..536a48986f 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -367,11 +367,12 @@ combining, and so on, with a simple interface.") (install-file "picocom" bin) (install-file "picocom.1" man))))))) (home-page "https://github.com/npat-efault/picocom") - (synopsis "Minimal dumb-terminal emulation program") - (description "It was designed to serve as a simple, manual, modem -configuration, testing, and debugging tool. It has also serves well -as a low-tech serial communications program to allow access to all -types of devices that provide serial consoles.") + (synopsis "Minimal dumb-terminal emulator") + (description + "Picocom is a minimal dumb-terminal emulation program. It was designed to +serve as a simple and manual modem configuration, testing, and debugging tool. +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+))) (define-public beep |