[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/31: gnu: go-go-uber-org-atomic: Fix home-page.
From: |
guix-commits |
Subject: |
21/31: gnu: go-go-uber-org-atomic: Fix home-page. |
Date: |
Fri, 12 Apr 2024 12:02:44 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit e59360188fe46f55fdfdbd4c4767630a6428c0a0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 12 15:07:44 2024 +0100
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
---
gnu/packages/golang-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
- 19/31: gnu: Add go-go-uber-org-dig., (continued)
- 19/31: gnu: Add go-go-uber-org-dig., guix-commits, 2024/04/12
- 30/31: gnu: go-github-com-hashicorp-go-multierror: Adjust inputs., guix-commits, 2024/04/12
- 08/31: gnu: go-github-com-multiformats-go-multihash: Update to 0.0.1., guix-commits, 2024/04/12
- 31/31: gnu: kubo: Unbundle more packages., guix-commits, 2024/04/12
- 05/31: gnu: robocut: Refresh package style., guix-commits, 2024/04/12
- 17/31: gnu: go-github-com-pbnjay-memory: Update to 0.0.0-2.7b4eea6., guix-commits, 2024/04/12
- 07/31: gnu: Add go-github-com-gxed-hashland-murmur3., guix-commits, 2024/04/12
- 10/31: gnu: Add specification-multihash., guix-commits, 2024/04/12
- 12/31: gnu: Add go-github-com-multiformats-go-multihash-0.2.3., guix-commits, 2024/04/12
- 18/31: gnu: Add go-github-com-stretchr-testify-next., guix-commits, 2024/04/12
- 21/31: gnu: go-go-uber-org-atomic: Fix home-page.,
guix-commits <=
- 29/31: gnu: Add go-go-uber-org-fx., guix-commits, 2024/04/12
- 26/31: gnu: go-go-uber-org-multierr: Fix home-page., guix-commits, 2024/04/12
- 24/31: gnu: go-go-uber-org-goleak: Fix hompe-page., guix-commits, 2024/04/12
- 27/31: gnu: go-go-uber-org-zap: Enable tests., guix-commits, 2024/04/12
- 28/31: gnu: go-go-uber-org-zap: Fix home-page., guix-commits, 2024/04/12