From 63eca1a41d993c04d662736589872fbc7123a168 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 9 Feb 2017 12:13:42 +0100 Subject: [PATCH] pull: Download GNU Guix with HTTPS. * guix/scripts/pull.scm (%snapshot-url): Use HTTPS URL. --- guix/scripts/pull.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index 3f940f94d..2312eed29 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -45,7 +45,7 @@ (define %snapshot-url ;; "http://hydra.gnu.org/job/guix/master/tarball/latest/download" - "http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz" + "https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz" ) (define-syntax-rule (with-environment-variable variable value body ...) -- 2.11.0