gnu: usbredir: Use HTTPS home-page URL.

* gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
This commit is contained in:
Leo Famulari 2017-07-12 15:28:56 -04:00
parent 83ad0dfcbe
commit 301565266f
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -90,7 +90,7 @@ (define-public usbredir
over a network connection. It can be used to redirect traffic from a USB device
to a different (virtual) machine than the one to which the USB device is
attached.")
(home-page "http://www.spice-space.org")
(home-page "https://www.spice-space.org")
(license (list license:gpl2+ license:lgpl2.0+ license:lgpl2.1+)))))
(define-public virglrenderer