diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 23:50:31 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 23:55:21 -0400 |
commit | 4876226dd55a9a4df1cea4a80fcb0dcb7052a966 (patch) | |
tree | 875358342226d38f5ee38b668b5b972c9d887d38 | |
parent | 1ce3acd778c5ff7e2ad094b444387417b5a6cec7 (diff) | |
download | guix-4876226dd55a9a4df1cea4a80fcb0dcb7052a966.tar.gz guix-4876226dd55a9a4df1cea4a80fcb0dcb7052a966.zip |
gnu: go: Update home page URL.
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
-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 b597c36717..261f61f7b8 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 |