summaryrefslogtreecommitdiff
path: root/guix/scripts/pull.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-10 08:49:36 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-10 08:49:36 +0200
commitef30b974c95d900d446df19b83401b5dff014b7c (patch)
treecd2ffcdcedd9a922b7a54a3a8000aad81b19b726 /guix/scripts/pull.scm
parent2fecbdbd82efda717d0e56101afcf41b79404a4f (diff)
downloadgnu-guix-ef30b974c95d900d446df19b83401b5dff014b7c.tar
gnu-guix-ef30b974c95d900d446df19b83401b5dff014b7c.tar.gz
pull: Update to the new cgit snapshot URL.
* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
Diffstat (limited to 'guix/scripts/pull.scm')
-rw-r--r--guix/scripts/pull.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index e6ed8d23eb..e8459e5ffb 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -43,7 +43,7 @@
(define %snapshot-url
;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download"
- "http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz"
+ "http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz"
)
(define-syntax-rule (with-environment-variable variable value body ...)