mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: bootstrap: Prefer HTTPS for downloads.
* gnu/packages/bootstrap.scm (%bootstrap-base-urls): Add "https" URL first.
This commit is contained in:
parent
5c93d23324
commit
894fc4e9f5
1 changed files with 2 additions and 1 deletions
|
@ -195,8 +195,9 @@ (define* (glibc-dynamic-linker
|
|||
|
||||
(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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue