guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: download: Use HTTPS for the first ImageMagick mirror.


From: Leo Famulari
Subject: 03/03: download: Use HTTPS for the first ImageMagick mirror.
Date: Sun, 12 Nov 2017 17:50:09 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit d0b87779f0a104b4b926a8290ed362c5b8e05cf6
Author: Leo Famulari <address@hidden>
Date:   Sun Nov 12 17:47:53 2017 -0500

    download: Use HTTPS for the first ImageMagick mirror.
    
    * guix/download.scm (%mirrors)[imagemagick]: Use HTTPS for 
<sunsite.icm.edu.pl>.
---
 guix/download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/download.scm b/guix/download.scm
index 95829f5..8a0b19c 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -247,7 +247,7 @@
        ;; 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/";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]