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: I361f52f2a62f36cde5435cec6f336c1c114f44b0master
parent
e18f8a306a
commit
e59360188f
|
@ -3204,7 +3204,7 @@ similar string with weeks or days too.")
|
||||||
#:import-path "go.uber.org/atomic"))
|
#:import-path "go.uber.org/atomic"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify go-github-com-davecgh-go-spew))
|
(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")
|
(synopsis "Wrapper types for sync/atomic")
|
||||||
(description
|
(description
|
||||||
"This package provides simple wrappers for primitive types to enforce
|
"This package provides simple wrappers for primitive types to enforce
|
||||||
|
|
Reference in New Issue