me
/
guix
Archived
1
0
Fork 0

gnu: xen: Fetch Git sources over HTTPS.

* gnu/packages/virtualization.scm (xen)[source, native-inputs]:
Clone the xen and mini-os repositories over HTTPS.
master
Tobias Geerinckx-Rice 2021-10-23 14:01:27 +02:00
parent 7628430a2f
commit fa6b5f5043
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2012,7 +2012,7 @@ DOS or Microsoft Windows.")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "git://xenbits.xenproject.org/xen.git") (url "https://xenbits.xen.org/git-http/xen.git")
(commit (string-append "RELEASE-" version)))) (commit (string-append "RELEASE-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -2184,7 +2184,7 @@ override CC = " (assoc-ref inputs "cross-gcc") "/bin/i686-linux-gnu-gcc"))
,(origin ,(origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "http://xenbits.xen.org/git-http/mini-os.git") (url "https://xenbits.xen.org/git-http/mini-os.git")
(commit (string-append "xen-RELEASE-" version)))) (commit (string-append "xen-RELEASE-" version))))
(sha256 (sha256
(base32 (base32