gnu: cdemu-daemon: Use sourceforge mirror.
* gnu/packages/cdrom.scm (cdemu-daemon)[source]: Use sourceforge mirror URI scheme.
This commit is contained in:
parent
b667c540d1
commit
3c9b9dc865
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ the data stored in various image formats.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/"
|
"mirror://sourceforge/cdemu/cdemu-daemon/"
|
||||||
"cdemu-daemon-" version ".tar.bz2"))
|
"cdemu-daemon-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue