diff options
-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 |