gnu: criu: Download sources over HTTPS.
* gnu/packages/virtualization.scm (criu)[source]: Use HTTPS.master
parent
a7f89f97b7
commit
1ee8b7192c
|
@ -748,7 +748,7 @@ domains, their live performance and resource utilization statistics.")
|
||||||
(version "3.14")
|
(version "3.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.openvz.org/criu/criu-"
|
(uri (string-append "https://download.openvz.org/criu/criu-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue