summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-01-31 21:12:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-01-31 21:20:18 +0000
commit0ab9930c0fc451ec93894520a21438fa9ce77302 (patch)
treee4c16b9f7cc5940e57061e11ce1da7af10139714 /gnu/packages/golang-check.scm
parentf4dd7705507a340e6efcf9afd1b038463cca12c0 (diff)
downloadguix-patches-0ab9930c0fc451ec93894520a21438fa9ce77302.tar
guix-patches-0ab9930c0fc451ec93894520a21438fa9ce77302.tar.gz
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r--gnu/packages/golang-check.scm2
1 files changed, 1 insertions, 1 deletions
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}