gnu: go: Update home page URL.
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
This commit is contained in:
parent
dbce5cdf8e
commit
826b222703
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ (define-public go-1.4
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue