gnu: Use HTTPS for libvirt.org.

* gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]:
Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-05 00:22:19 +02:00
parent b8b0f536a4
commit b3fee5c141
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -426,7 +426,7 @@ (define-public libvirt-glib
("intltool" ,intltool)
("glib" ,glib "bin")
("vala" ,vala)))
(home-page "http://libvirt.org")
(home-page "https://libvirt.org")
(synopsis "GLib wrapper around libvirt")
(description "libvirt-glib wraps the libvirt library to provide a
high-level object-oriented API better suited for glib-based applications, via
@ -469,7 +469,7 @@ (define-public python-libvirt
(native-inputs
`(("pkg-config" ,pkg-config)
("python-nose" ,python-nose)))
(home-page "http://libvirt.org")
(home-page "https://libvirt.org")
(synopsis "Python bindings to libvirt")
(description "This package provides Python bindings to the libvirt
virtualization library.")