gnu: spice: Use HTTPS for spice-space.org home pages.

* gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-21 02:39:01 +01:00
parent e564a16e28
commit d5ae997aaf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ which allows users to view a desktop computing environment.")
environments which allows you to view a computing 'desktop' environment environments which allows you to view a computing 'desktop' environment
not only on the machine where it is running, but from anywhere on the not only on the machine where it is running, but from anywhere on the
Internet and from a wide variety of machine architectures.") Internet and from a wide variety of machine architectures.")
(home-page "http://www.spice-space.org") (home-page "https://www.spice-space.org")
(license (list license:lgpl2.1+ license:lgpl2.0+)))) (license (list license:lgpl2.1+ license:lgpl2.0+))))
(define-public spice-vdagent (define-public spice-vdagent
@ -291,7 +291,7 @@ Internet and from a wide variety of machine architectures.")
(synopsis "Spice agent for Linux") (synopsis "Spice agent for Linux")
(description "Spice-vdagent enables sharing the clipboard and guest display (description "Spice-vdagent enables sharing the clipboard and guest display
resolution scaling on graphical console window resize.") resolution scaling on graphical console window resize.")
(home-page "http://www.spice-space.org") (home-page "https://www.spice-space.org")
(license license:gpl3+))) (license license:gpl3+)))
(define-public virt-viewer (define-public virt-viewer