pull: Update to the new cgit snapshot URL.
* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
This commit is contained in:
parent
2fecbdbd82
commit
ef30b974c9
|
@ -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 ...)
|
||||
|
|
Loading…
Reference in New Issue