diff options
author | ng0 <contact.ng0@cryptolab.net> | 2017-02-19 12:03:31 +0000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-02-20 21:31:26 +1000 |
commit | f578a412607edc60c1140076dca6cda7f18cedef (patch) | |
tree | 946c4e575643229b5ea68309fb53c87cd97cb135 | |
parent | ab4ccc8fcfaf2215d4b33b1376147e4c2c70426a (diff) | |
download | patches-f578a412607edc60c1140076dca6cda7f18cedef.tar patches-f578a412607edc60c1140076dca6cda7f18cedef.tar.gz |
gnu: usbredir: Use correct url.
* gnu/packages/spice.scm (usbredir)[source]: Update repository URL.
Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
-rw-r--r-- | gnu/packages/spice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index e775174e23..363a5e8fc5 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 |