mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: usbredir: Use HTTPS home-page URL.
* gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
This commit is contained in:
parent
83ad0dfcbe
commit
301565266f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue