diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-06-26 16:23:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-27 23:42:21 +0200 |
commit | 8a35ffd8ad3d1d10f9f84c92a5dee4da36bd45f0 (patch) | |
tree | 08c274288c280d075fd360a075f8f2059a65e48a | |
parent | 0505eda9c7cf688757f6f8be8bc3e65ad9f0805e (diff) |
gnu: libtiff: Use HTTPS.
* gnu/packages/image.scm (libtiff)[source]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 393ee7e08b..ea1c178bc1 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 |