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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.")