guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: go-honnef-co-go-tools: Update homepage.


From: guix-commits
Subject: 08/10: gnu: go-honnef-co-go-tools: Update homepage.
Date: Wed, 31 Jan 2024 17:01:24 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 0ab9930c0fc451ec93894520a21438fa9ce77302
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jan 31 21:12:36 2024 +0000

    gnu: go-honnef-co-go-tools: Update homepage.
    
    Fixing lint warning by updating home page to actual one found on
    project's GitHub page: URI <https://honnef.co/go/tools> returned
    suspiciously small file (333 bytes)
    
    * gnu/packages/golang-check.scm (go-honnef-co-go-tools) [home-page]:
    Update it.
    
    Change-Id: I8956b146ff3f826c11b03212c365cf91120380b6
---
 gnu/packages/golang-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index bee2fc1276..e34b8f2f14 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -76,7 +76,7 @@
            go-golang-org-x-exp
            go-golang-org-x-mod
            go-golang-org-x-tools))
-    (home-page "https://honnef.co/go/tools";)
+    (home-page "https://staticcheck.dev/";)
     (synopsis "Staticcheck advanced Go linter library")
     (description
      "This package provides the Go source code for the @code{go-staticcheck}



reply via email to

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