From e48d51faf0c1e17e4779a75f1a8ae2f6a2ce5bd2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Apr 2024 10:31:12 +0100 Subject: 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 --- gnu/packages/golang-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3