mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cd-discid: Fix download location.
* gnu/packages/cdrom.scm (cd-discid): Fix download location.
This commit is contained in:
parent
a63094a752
commit
d514bedb05
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ (define-public cd-discid
|
|||
(home-page "http://linukz.org/cd-discid.shtml")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "/download/cd-discid-"
|
||||
(uri (string-append "http://linukz.org/download/cd-discid-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue