mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-github-com-kr-pretty: Improve synopsis.
* gnu/packages/golang.scm (go-github-com-kr-pretty)[synopsis]: Remove leading article. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b2adea62b4
commit
b6fa545179
1 changed files with 1 additions and 1 deletions
|
@ -3534,7 +3534,7 @@ (define-public go-github-com-kr-pretty
|
|||
`(("go-github-com-kr-text" ,go-github-com-kr-text)))
|
||||
(arguments
|
||||
'(#:import-path "github.com/kr/pretty"))
|
||||
(synopsis "A pretty printer for Go values")
|
||||
(synopsis "Pretty printer for Go values")
|
||||
(description "This package provides a pretty printer for Go values.")
|
||||
(home-page "https://github.com/kr/pretty")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue