guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]