mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
4 changed files with 9 additions and 10 deletions
|
@ -373,8 +373,7 @@ (define-public ghc-text
|
|||
(arguments
|
||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
||||
(home-page "https://github.com/bos/text")
|
||||
(synopsis
|
||||
"Efficient packed Unicode text type library.")
|
||||
(synopsis "Efficient packed Unicode text type library")
|
||||
(description
|
||||
"An efficient packed, immutable Unicode text type (both strict and
|
||||
lazy), with a powerful loop fusion optimization framework.
|
||||
|
|
|
@ -224,6 +224,6 @@ (define-public oxygen-icons
|
|||
(arguments
|
||||
`(#:tests? #f)) ; no test target
|
||||
(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")
|
||||
(license lgpl3+)))
|
||||
|
|
Loading…
Reference in a new issue