gnu: libtiff: Use HTTPS.
* gnu/packages/image.scm (libtiff)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0505eda9c7
commit
8a35ffd8ad
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ extracting icontainer icon files.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.osgeo.org/libtiff/tiff-"
|
(uri (string-append "https://download.osgeo.org/libtiff/tiff-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue