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:
Jack Hill 2020-12-11 10:45:49 -05:00 committed by Efraim Flashner
parent b2adea62b4
commit b6fa545179
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)))