mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
This commit is contained in:
parent
e18f8a306a
commit
e59360188f
1 changed files with 1 additions and 1 deletions
|
@ -3204,7 +3204,7 @@ (define-public go-go-uber-org-atomic
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue