gnu: bootstrap: Prefer HTTPS for downloads. * gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/bootstrap.scm
M gnu/packages/bootstrap.scm => gnu/packages/bootstrap.scm +2 -1
@@ 195,8 195,9 @@ successful, or false to signal an error." (define %bootstrap-base-urls ;; This is where the initial binaries come from. '("ftp://alpha.gnu.org/gnu/guix/bootstrap" '("https://alpha.gnu.org/gnu/guix/bootstrap" "http://alpha.gnu.org/gnu/guix/bootstrap" "ftp://alpha.gnu.org/gnu/guix/bootstrap" "http://www.fdn.fr/~lcourtes/software/guix/packages" "http://flashner.co.il/guix/bootstrap"))