mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: criu: Download sources over HTTPS.
* gnu/packages/virtualization.scm (criu)[source]: Use HTTPS.
This commit is contained in:
parent
a7f89f97b7
commit
1ee8b7192c
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ domains, their live performance and resource utilization statistics.")
|
|||
(version "3.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.openvz.org/criu/criu-"
|
||||
(uri (string-append "https://download.openvz.org/criu/criu-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue