gnu: giblib: Fix synopsis & description.
* gnu/packages/golang.scm (giblib)[synopsis, description]: Fix.
This commit is contained in:
parent
7077ac80ca
commit
3786f2969b
1 changed files with 3 additions and 2 deletions
|
@ -1243,8 +1243,9 @@ incoming requests with their respective handler.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("golang.org/x/text" ,go-golang-org-x-text)))
|
`(("golang.org/x/text" ,go-golang-org-x-text)))
|
||||||
(home-page "https://github.com/spf13/afero")
|
(home-page "https://github.com/spf13/afero")
|
||||||
(synopsis "Filesystem abstraction for Go")
|
(synopsis "File system abstraction for Go")
|
||||||
(description "Filesystem abstraction for Go")
|
(description
|
||||||
|
"This package provides a file system abstraction for Go.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-spf13-cast
|
(define-public go-github-com-spf13-cast
|
||||||
|
|
Reference in a new issue