Skip to content
Snippets Groups Projects
Commit ef30b974 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

pull: Update to the new cgit snapshot URL.

* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
parent 2fecbdbd
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ (define-module (guix scripts pull) ...@@ -43,7 +43,7 @@ (define-module (guix scripts pull)
(define %snapshot-url (define %snapshot-url
;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download" ;; "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 ...) (define-syntax-rule (with-environment-variable variable value body ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment