guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libtiff: Use HTTPS.


From: guix-commits
Subject: 06/07: gnu: libtiff: Use HTTPS.
Date: Sat, 27 Jun 2020 17:43:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8a35ffd8ad3d1d10f9f84c92a5dee4da36bd45f0
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Fri Jun 26 16:23:10 2020 +0200

    gnu: libtiff: Use HTTPS.
    
    * gnu/packages/image.scm (libtiff)[source]: Use HTTPS.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 393ee7e..ea1c178 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -553,7 +553,7 @@ extracting icontainer icon files.")
    (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://download.osgeo.org/libtiff/tiff-";
+       (uri (string-append "https://download.osgeo.org/libtiff/tiff-";
                            version ".tar.gz"))
        (sha256
         (base32



reply via email to

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