diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-14 10:31:12 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-14 12:05:51 +0100 |
commit | e48d51faf0c1e17e4779a75f1a8ae2f6a2ce5bd2 (patch) | |
tree | c7cf8347942468e9a1d01c59c7d194a295f7e1fe | |
parent | 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46 (diff) | |
download | guix-e48d51faf0c1e17e4779a75f1a8ae2f6a2ce5bd2.tar.gz guix-e48d51faf0c1e17e4779a75f1a8ae2f6a2ce5bd2.zip |
gnu: go-go-uber-org-fx: Fix home-page, again.
Amend lint warning: URI https://go.uber.org/fx returned suspiciously
small file (549 bytes).
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx): [home-page]: Swap to
redirected URL.
Change-Id: Ica2a4580dde04ac7242e92bcd0f740bfbd730b1d
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 94451b68df..91ec868a58 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3289,7 +3289,7 @@ object dependencies graph during the process startup.") go-go-uber-org-multierr go-go-uber-org-zap go-golang-org-x-sys)) - (home-page "https://go.uber.org/fx") + (home-page "https://pkg.go.dev/go.uber.org/fx") (synopsis "Dependency injection based application framework for Golang") (description "Package @code{fx} is a framework that makes it easy to build |