diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-12 15:28:56 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-12 16:27:40 -0400 |
commit | 301565266fa563193a5e6c909fe72994a87a1f45 (patch) | |
tree | 3d600279ff670fd5801a4655d5af6f617d9f98bc /gnu/packages/spice.scm | |
parent | 83ad0dfcbe95a8a4c2eb850e54bcc40b3f8526c3 (diff) | |
download | guix-301565266fa563193a5e6c909fe72994a87a1f45.tar guix-301565266fa563193a5e6c909fe72994a87a1f45.tar.gz |
gnu: usbredir: Use HTTPS home-page URL.
* gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index f3f434c8c8..08343c52ed 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -90,7 +90,7 @@ 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 |