gnu: libftdi: Use HTTPS for package source.
* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
9620b9d298
commit
ea2376a4f5
|
@ -32,7 +32,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.intra2net.com/en/developer/libftdi/download/"
|
"https://www.intra2net.com/en/developer/libftdi/download/"
|
||||||
"libftdi1-" version ".tar.bz2"))
|
"libftdi1-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue