benwoodcroft pushed a commit to branch master
in repository guix.

commit f578a412607edc60c1140076dca6cda7f18cedef
Author: ng0 <contact....@cryptolab.net>
Date:   Sun Feb 19 12:03:31 2017 +0000

    gnu: usbredir: Use correct url.
    
    * gnu/packages/spice.scm (usbredir)[source]: Update repository URL.
    
    Signed-off-by: Ben Woodcroft <donttrust...@gmail.com>
---
 gnu/packages/spice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index e775174..363a5e8 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -66,7 +66,7 @@
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                        (url "http://cgit.freedesktop.org/spice/usbredir";)
+                        (url 
"https://anongit.freedesktop.org/git/spice/usbredir.git";)
                         (commit commit)))
                 (sha256
                  (base32

Reply via email to