pull: Switch to the cgit URL. * guix/scripts/pull.scm (%snapshot-url): Switch to the cgit URL, given that the Hydra one is not currently available.
1 files changed, 2 insertions(+), 2 deletions(-) M guix/scripts/pull.scm
M guix/scripts/pull.scm => guix/scripts/pull.scm +2 -2
@@ 34,8 34,8 @@ #:export (guix-pull)) (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://hydra.gnu.org/job/guix/master/tarball/latest/download" "http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz" ) (define (download-and-store store)