gnu: libvirt: Use HTTPS.

* gnu/packages/virtualization.scm (libvirt)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2017-08-02 07:10:19 +02:00
parent 2f06dc0435
commit 2e508b6dc0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ manage system or application containers.")
(version "3.5.0")
(source (origin
(method url-fetch)
(uri (string-append "http://libvirt.org/sources/libvirt-"
(uri (string-append "https://libvirt.org/sources/libvirt-"
version ".tar.xz"))
(sha256
(base32
@ -381,7 +381,7 @@ manage system or application containers.")
("iptables" ,iptables)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://libvirt.org")
(home-page "https://libvirt.org")
(synopsis "Simple API for virtualization")
(description "Libvirt is a C toolkit to interact with the virtualization
capabilities of recent versions of Linux. The library aims at providing long