diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 15:07:44 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:58:43 +0100 |
commit | e59360188fe46f55fdfdbd4c4767630a6428c0a0 (patch) | |
tree | 9f0c7b2cbedd9f4a4d0e5640c61e50c75bd5efc1 /gnu | |
parent | e18f8a306a3602919a0427dae51d125a9d302f3d (diff) | |
download | guix-e59360188fe46f55fdfdbd4c4767630a6428c0a0.tar.gz guix-e59360188fe46f55fdfdbd4c4767630a6428c0a0.zip |
gnu: go-go-uber-org-atomic: Fix home-page.
Ammend a lint warning: URI https://go.uber.org/atomic returned
suspiciously small file (581 bytes).
* gnu/packages/golang-xyz.scm (go-go-uber-org-atomic) [home-page]: Fix
URL.
Change-Id: I361f52f2a62f36cde5435cec6f336c1c114f44b0
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 e8b2a4b5d3..a22878ac1e 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3204,7 +3204,7 @@ similar string with weeks or days too.") #:import-path "go.uber.org/atomic")) (native-inputs (list go-github-com-stretchr-testify go-github-com-davecgh-go-spew)) - (home-page "https://go.uber.org/atomic") + (home-page "https://pkg.go.dev/go.uber.org/atomic") (synopsis "Wrapper types for sync/atomic") (description "This package provides simple wrappers for primitive types to enforce |