guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

279/416: gnu: go: Update home page URL.


From: guix-commits
Subject: 279/416: gnu: go: Update home page URL.
Date: Fri, 14 Apr 2023 15:26:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 826b222703ba8d1b6d06b942f64c5d09337a900f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 30 23:50:31 2023 -0400

    gnu: go: Update home page URL.
    
    * gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]