mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (define-public libtiff
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue