me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-04-12 16:43:41 +01:00
parent 977490e635
commit 5f82b1773a
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 1 additions and 1 deletions

View File

@ -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