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.
This commit is contained in:
parent
853c2f18e7
commit
1eefe4a87b
|
@ -373,8 +373,7 @@ access to the full zlib feature set.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
||||||
(home-page "https://github.com/bos/text")
|
(home-page "https://github.com/bos/text")
|
||||||
(synopsis
|
(synopsis "Efficient packed Unicode text type library")
|
||||||
"Efficient packed Unicode text type library.")
|
|
||||||
(description
|
(description
|
||||||
"An efficient packed, immutable Unicode text type (both strict and
|
"An efficient packed, immutable Unicode text type (both strict and
|
||||||
lazy), with a powerful loop fusion optimization framework.
|
lazy), with a powerful loop fusion optimization framework.
|
||||||
|
|
|
@ -224,6 +224,6 @@ calculation of sha1 for every file crawled
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test target
|
`(#:tests? #f)) ; no test target
|
||||||
(home-page "http://www.kde.org/")
|
(home-page "http://www.kde.org/")
|
||||||
(synopsis "oxygen icon theme for the KDE desktop")
|
(synopsis "Oxygen icon theme for the KDE desktop")
|
||||||
(description "KDE desktop environment")
|
(description "KDE desktop environment")
|
||||||
(license lgpl3+)))
|
(license lgpl3+)))
|
||||||
|
|
Loading…
Reference in New Issue