gnu: exiv2: Use HTTPS URLs.

* gnu/packages/image.scm (exiv2)[source, home-page]: Use HTTPS.
master
Marius Bakke 2019-05-13 13:59:51 +02:00
parent 2508b07517
commit 993d8164e4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1042,9 +1042,9 @@ channels.")
(version "0.26") (version "0.26")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (string-append "http://www.exiv2.org/builds/exiv2-" (uri (list (string-append "https://www.exiv2.org/builds/exiv2-"
version "-trunk.tar.gz") version "-trunk.tar.gz")
(string-append "http://www.exiv2.org/exiv2-" (string-append "https://www.exiv2.org/exiv2-"
version ".tar.gz") version ".tar.gz")
(string-append "https://fossies.org/linux/misc/exiv2-" (string-append "https://fossies.org/linux/misc/exiv2-"
version ".tar.gz"))) version ".tar.gz")))
@ -1060,7 +1060,7 @@ channels.")
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("intltool" ,intltool))) `(("intltool" ,intltool)))
(home-page "http://www.exiv2.org/") (home-page "https://www.exiv2.org/")
(synopsis "Library and command-line utility to manage image metadata") (synopsis "Library and command-line utility to manage image metadata")
(description (description
"Exiv2 is a C++ library and a command line utility to manage image "Exiv2 is a C++ library and a command line utility to manage image