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:
Sharlatan Hellseher 2024-04-12 15:07:44 +01:00
parent e18f8a306a
commit e59360188f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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