gnu: usbredir: Use correct url.
* gnu/packages/spice.scm (usbredir)[source]: Update repository URL. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
This commit is contained in:
parent
ab4ccc8fcf
commit
f578a41260
|
@ -66,7 +66,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://cgit.freedesktop.org/spice/usbredir")
|
(url "https://anongit.freedesktop.org/git/spice/usbredir.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue