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
1 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ to integrate other virtualization mechanisms if needed.")
("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 @@ three libraries:
(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.")