mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: curl: Use 'https' URL.
Reported by marusich on #guix. * gnu/packages/curl.scm (curl)[source]: Use 'https' URL.
This commit is contained in:
parent
6f74aecdb3
commit
6588c2834a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ (define-public curl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue