mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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)))
|
||||
(home-page "https://github.com/spf13/afero")
|
||||
(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)))
|
||||
|
||||
(define-public go-github-com-spf13-cast
|
||||
|
|
Loading…
Reference in a new issue