diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 22:30:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-13 22:51:56 +0200 |
commit | 1eefe4a87b51084731aaeec5ebcfd4b712059821 (patch) | |
tree | 907ebc4442398be83fb50ce274f18e5c6887c2ab /gnu/packages/libedit.scm | |
parent | 853c2f18e7c374cfd991bfc11832497e00349ed5 (diff) | |
download | gnu-guix-1eefe4a87b51084731aaeec5ebcfd4b712059821.tar gnu-guix-1eefe4a87b51084731aaeec5ebcfd4b712059821.tar.gz |
gnu: Tweak a few synopses and descriptions reported by 'lint'.
* gnu/packages/haskell.scm (ghc-text)[synopsis]: Remove period.
[description]: Two space after end-of-sentence periods.
(ghc-http)[description]: Likewise.
* gnu/packages/image.scm (libwebp)[description]: Likewise.
* gnu/packages/libedit.scm (libedit)[description]: Likewise.
* gnu/packages/kde.scm (oxygen-icons)[synopsis]: Capitalize.
Diffstat (limited to 'gnu/packages/libedit.scm')
-rw-r--r-- | gnu/packages/libedit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm index fcf5ab4c74..1d7b5b6a5f 100644 --- a/gnu/packages/libedit.scm +++ b/gnu/packages/libedit.scm @@ -42,7 +42,7 @@ (synopsis "NetBSD Editline library") (description "This is an autotool- and libtoolized port of the NetBSD Editline -library (libedit). This Berkeley-style licensed command line editor library +library (libedit). This Berkeley-style licensed command line editor library provides generic line editing, history, and tokenization functions, similar to those found in GNU Readline.") (license bsd-3))) |