gnu: go-go-uber-org-fx: Fix repository URI.
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository URI. Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>master
parent
e5dda412c2
commit
1c5e419ee7
|
@ -3271,7 +3271,7 @@ object dependencies graph during the process startup.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://pkg.go.dev/go.uber.org/fx")
|
(url "https://github.com/uber-go/fx")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in New Issue