mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public cdemu-daemon
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue