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