diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 23:50:31 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:50 -0400 |
commit | 826b222703ba8d1b6d06b942f64c5d09337a900f (patch) | |
tree | 00f94c00f14bc7954bc9b424e5f969397a4f56bb /gnu/packages/golang.scm | |
parent | dbce5cdf8e00bc08d3f6010ac3c1fbaf3b114085 (diff) | |
download | guix-826b222703ba8d1b6d06b942f64c5d09337a900f.tar.gz |
gnu: go: Update home page URL.
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index da550f0bfd..24dae34e20 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -244,7 +244,7 @@ (native-inputs (list pkg-config which net-base perl)) - (home-page "https://golang.org/") + (home-page "https://go.dev/") (synopsis "Compiler and libraries for Go, a statically-typed language") (description "Go, also commonly referred to as golang, is an imperative programming language designed primarily for systems programming. Go is a |