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: Id911550e750c35a7e1bab1428e9f393974c78c84master
parent
977490e635
commit
5f82b1773a
|
@ -1023,7 +1023,7 @@ custom assertions to be used alongside native Go testing.")
|
||||||
#:import-path "go.uber.org/goleak"))
|
#:import-path "go.uber.org/goleak"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify-next))
|
(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")
|
(synopsis "Goroutine leak detector")
|
||||||
(description
|
(description
|
||||||
"Go package to verify that there are no unexpected goroutines running at
|
"Go package to verify that there are no unexpected goroutines running at
|
||||||
|
|
Reference in New Issue