diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:43:41 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-12 16:58:43 +0100 |
commit | 5f82b1773a30cbaf2844722b02c1c91942cd98df (patch) | |
tree | c88eceade97c2de4d81487f3b1a2f089e0ff2beb /gnu | |
parent | 977490e6350818c41085c710a3b90e31f8caea7f (diff) | |
download | guix-5f82b1773a30cbaf2844722b02c1c91942cd98df.tar.gz guix-5f82b1773a30cbaf2844722b02c1c91942cd98df.zip |
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')
-rw-r--r-- | gnu/packages/golang-check.scm | 2 |
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 |