diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 170ce808fa..a525bbd176 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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.") |