diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:46:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:58:43 +0100 |
commit | f704d64fa7541b6dd311f4ef6834ba1142eac913 (patch) | |
tree | ba266081cab0c1646d539ffb730a7f0df590e4ba /gnu | |
parent | 1a1821ff206c065e2c80294c9ab9295e23aa777a (diff) | |
download | guix-f704d64fa7541b6dd311f4ef6834ba1142eac913.tar.gz guix-f704d64fa7541b6dd311f4ef6834ba1142eac913.zip |
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
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.") |