gnu: Use HTTPS for libvirt.org.
* gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]: Use HTTPS.
This commit is contained in:
parent
b8b0f536a4
commit
b3fee5c141
|
@ -426,7 +426,7 @@ to integrate other virtualization mechanisms if needed.")
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(home-page "http://libvirt.org")
|
(home-page "https://libvirt.org")
|
||||||
(synopsis "GLib wrapper around libvirt")
|
(synopsis "GLib wrapper around libvirt")
|
||||||
(description "libvirt-glib wraps the libvirt library to provide a
|
(description "libvirt-glib wraps the libvirt library to provide a
|
||||||
high-level object-oriented API better suited for glib-based applications, via
|
high-level object-oriented API better suited for glib-based applications, via
|
||||||
|
@ -469,7 +469,7 @@ three libraries:
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)))
|
||||||
(home-page "http://libvirt.org")
|
(home-page "https://libvirt.org")
|
||||||
(synopsis "Python bindings to libvirt")
|
(synopsis "Python bindings to libvirt")
|
||||||
(description "This package provides Python bindings to the libvirt
|
(description "This package provides Python bindings to the libvirt
|
||||||
virtualization library.")
|
virtualization library.")
|
||||||
|
|
Loading…
Reference in New Issue