guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Tobias Geerinckx-Rice
Subject: 07/10: gnu: spice: Use HTTPS for spice-space.org home pages.
Date: Sat, 20 Jan 2018 21:24:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d5ae997aafd4470e14c6f97f30ee92655d0f6d05
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 02:39:01 2018 +0100

    gnu: spice: Use HTTPS for spice-space.org home pages.
    
    * gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
---
 gnu/packages/spice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 94313b0..58450e6 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -240,7 +240,7 @@ which allows users to view a desktop computing 
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
 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+))))
 
 (define-public spice-vdagent
@@ -291,7 +291,7 @@ Internet and from a wide variety of machine architectures.")
     (synopsis "Spice agent for Linux")
     (description "Spice-vdagent enables sharing the clipboard and guest display
 resolution scaling on graphical console window resize.")
-    (home-page "http://www.spice-space.org";)
+    (home-page "https://www.spice-space.org";)
     (license license:gpl3+)))
 
 (define-public virt-viewer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]