mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
|
@ -1244,7 +1244,8 @@ (define-public go-github-com-spf13-afero
|
||||||
`(("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 "File system 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
|
||||||
|
|
Loading…
Reference in a new issue