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
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://downloads.sourceforge.net/cdemu/cdemu-daemon/"
|
||||
"mirror://sourceforge/cdemu/cdemu-daemon/"
|
||||
"cdemu-daemon-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in a new issue