guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: usbredir: Use correct url.


From: Ben Woodcroft
Subject: 01/01: gnu: usbredir: Use correct url.
Date: Mon, 20 Feb 2017 06:35:02 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit f578a412607edc60c1140076dca6cda7f18cedef
Author: ng0 <address@hidden>
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 <address@hidden>
---
 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

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