pull: Update to the new cgit snapshot URL.

* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
master
Ludovic Courtès 2015-09-10 08:49:36 +02:00
parent 2fecbdbd82
commit ef30b974c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ...)