aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-12 16:43:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-12 16:58:43 +0100
commit5f82b1773a30cbaf2844722b02c1c91942cd98df (patch)
treec88eceade97c2de4d81487f3b1a2f089e0ff2beb /gnu/packages/golang-check.scm
parent977490e6350818c41085c710a3b90e31f8caea7f (diff)
downloadguix-5f82b1773a30cbaf2844722b02c1c91942cd98df.tar
guix-5f82b1773a30cbaf2844722b02c1c91942cd98df.tar.gz
gnu: go-go-uber-org-goleak: Fix hompe-page.
Ammend a lint warning: URI https://go.uber.org/goleak returned suspiciously small file (581 bytes). * gnu/packages/golang-check.scm (go-go-uber-org-goleak): Fix home page. Change-Id: Id911550e750c35a7e1bab1428e9f393974c78c84
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 3628b37b92..3e26f5f374 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1023,7 +1023,7 @@ custom assertions to be used alongside native Go testing.")
#:import-path "go.uber.org/goleak"))
(native-inputs
(list go-github-com-stretchr-testify-next))
- (home-page "https://go.uber.org/goleak")
+ (home-page "https://pkg.go.dev/go.uber.org/goleak")
(synopsis "Goroutine leak detector")
(description
"Go package to verify that there are no unexpected goroutines running at