mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: lynx: Update source URL.
* gnu/packages/lynx.scm (lynx)[source]: Update URL.
This commit is contained in:
parent
4150ac88bc
commit
d4ec43392b
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ (define-public lynx
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://lynx.isc.org/lynx"
|
||||
(substring version 0 (string-index version char-set:letter))
|
||||
"http://invisible-mirror.net/archives/lynx/tarballs"
|
||||
"/lynx" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1rxysl08acqll5b87368f04kckl8sggy1qhnq59gsxyny1ffg039"))))
|
||||
|
|
Loading…
Reference in a new issue