1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 02:08:52 +02: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:
Sharlatan Hellseher
2024-04-12 16:46:29 +01:00
parent 1a1821ff20
commit f704d64fa7
+1 -1
View File
@@ -3283,7 +3283,7 @@ object dependencies graph during the process startup.")
(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.")