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 @@ format in Go.")
|
||||||
`(("go-github-com-kr-text" ,go-github-com-kr-text)))
|
`(("go-github-com-kr-text" ,go-github-com-kr-text)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/kr/pretty"))
|
'(#: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.")
|
(description "This package provides a pretty printer for Go values.")
|
||||||
(home-page "https://github.com/kr/pretty")
|
(home-page "https://github.com/kr/pretty")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in a new issue