mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: go-go-uber-org-multierr: Fix home-page.
Amend lint warning: URI https://go.uber.org/multierr returned suspiciously small file (597 bytes). * gnu/packages/golang-xyz.scm (go-go-uber-org-multierr): Fix home-page. Change-Id: Ied5132b722f98fc9745afd691dc4f95a6e0dfe7b
This commit is contained in:
parent
1a1821ff20
commit
f704d64fa7
1 changed files with 1 additions and 1 deletions
|
@ -3283,7 +3283,7 @@ (define-public go-go-uber-org-multierr
|
|||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-go-uber-org-atomic))
|
||||
(home-page "https://go.uber.org/multierr")
|
||||
(home-page "https://pkg.go.dev/go.uber.org/multierr")
|
||||
(synopsis "Error combination for Go")
|
||||
(description
|
||||
"@code{multierr} allows combining one or more Go errors together.")
|
||||
|
|
Loading…
Reference in a new issue