download: Use HTTPS for the first ImageMagick mirror.
* guix/download.scm (%mirrors)[imagemagick]: Use HTTPS for <sunsite.icm.edu.pl>.
This commit is contained in:
parent
ecc585711e
commit
d0b87779f0
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ (define %mirrors
|
|||
;; from http://www.imagemagick.org/script/download.php
|
||||
;; (without mirrors that are unavailable or not up to date)
|
||||
;; mirrors keeping old versions at the top level
|
||||
"ftp://sunsite.icm.edu.pl/packages/ImageMagick/"
|
||||
"https://sunsite.icm.edu.pl/packages/ImageMagick/"
|
||||
;; mirrors moving old versions to "legacy"
|
||||
"http://mirrors-usa.go-parts.com/mirrors/ImageMagick/"
|
||||
"http://mirror.checkdomain.de/imagemagick/"
|
||||
|
|
Loading…
Reference in a new issue