>From b0c1bc40b71a0733540f0a72dea565775035aae5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 19 Feb 2017 12:03:31 +0000 Subject: [PATCH] gnu: usbredir: Use correct url. * gnu/packages/spice.scm (usbredir)[source]: Correct the URL of the repository which is being used. --- 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 e775174e2..363a5e8fc 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 -- 2.11.1