civodul pushed a commit to branch master
in repository guix.

commit 846a21525293bc107b57812682e7a14ffe3e4082
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Oct 18 10:19:13 2021 +0200

    gnu: go-golang-org-x-mod: Update source URL.
    
    * gnu/packages/golang.scm (go-golang-org-x-mod)[source]: 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 cc4f6eb..cc2a4eb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2680,7 +2680,7 @@ time.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://go.googlesource.com/x/mod";)
+               (url "https://github.com/golang/mod";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256

Reply via email to