diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-18 10:19:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-18 10:19:13 +0200 |
commit | 846a21525293bc107b57812682e7a14ffe3e4082 (patch) | |
tree | c86e0353247e1e452c3fa540bf3862d88a078e94 /gnu | |
parent | f5a7a42da82055c316aadf2d736857de2b0ab34a (diff) | |
download | guix-846a21525293bc107b57812682e7a14ffe3e4082.tar.gz guix-846a21525293bc107b57812682e7a14ffe3e4082.zip |
gnu: go-golang-org-x-mod: Update source URL.
* gnu/packages/golang.scm (go-golang-org-x-mod)[source]: Update URL.
Diffstat (limited to 'gnu')
-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 cc4f6eb386..cc2a4ebc16 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 |