mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: links: Don't use NAME in source URI.
* gnu/packages/web-browsers.scm (links)[source]: Hard-code NAME.
This commit is contained in:
parent
cf287faa6b
commit
5dcd4007b6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ (define-public links
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://links.twibright.com/download/"
|
||||
name "-" version ".tar.bz2"))
|
||||
"links-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mwhh61klicn2vwk39nc7y4cw4mygzdi2nljn4r0gjbw6jmw3337"))))
|
||||
|
|
Loading…
Reference in a new issue