gnu: curl: Use 'https' URL.
Reported by marusich on #guix. * gnu/packages/curl.scm (curl)[source]: Use 'https' URL.master
parent
6f74aecdb3
commit
6588c2834a
|
@ -43,7 +43,7 @@
|
|||
(version "7.47.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://curl.haxx.se/download/curl-"
|
||||
(uri (string-append "https://curl.haxx.se/download/curl-"
|
||||
version ".tar.lzma"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue