~ruther/guix-local

ef30b974c95d900d446df19b83401b5dff014b7c — Ludovic Courtès 10 years ago 2fecbdb
pull: Update to the new cgit snapshot URL.

* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/pull.scm
M guix/scripts/pull.scm => guix/scripts/pull.scm +1 -1
@@ 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 ...)