* [PATCH 0/1] lynx: Update source URL
@ 2015-12-24 18:05 Leo Famulari
2015-12-24 18:05 ` [PATCH 1/1] gnu: " Leo Famulari
0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24 18:05 UTC (permalink / raw)
To: guix-devel
The lynx package has been broken due a bad source URI.
This adds the current URL. Please examine the diff — I don't know if
that line deletion will cause problems later. The URL does work.
Leo Famulari (1):
gnu: lynx: Update source URL.
gnu/packages/lynx.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
2.6.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] gnu: lynx: Update source URL.
2015-12-24 18:05 [PATCH 0/1] lynx: Update source URL Leo Famulari
@ 2015-12-24 18:05 ` Leo Famulari
2015-12-25 14:20 ` Mark H Weaver
2015-12-26 4:59 ` Leo Famulari
0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-24 18:05 UTC (permalink / raw)
To: guix-devel
* gnu/packages/lynx.scm (lynx)[source]: Update URL.
---
gnu/packages/lynx.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/lynx.scm b/gnu/packages/lynx.scm
index 713f5d5..3182b3e 100644
--- a/gnu/packages/lynx.scm
+++ b/gnu/packages/lynx.scm
@@ -37,8 +37,7 @@
(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"))))
--
2.6.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] gnu: lynx: Update source URL.
2015-12-24 18:05 ` [PATCH 1/1] gnu: " Leo Famulari
@ 2015-12-25 14:20 ` Mark H Weaver
2015-12-26 4:59 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-12-25 14:20 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> writes:
> * gnu/packages/lynx.scm (lynx)[source]: Update URL.
Looks good to me. Please push!
Thanks,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] gnu: lynx: Update source URL.
2015-12-24 18:05 ` [PATCH 1/1] gnu: " Leo Famulari
2015-12-25 14:20 ` Mark H Weaver
@ 2015-12-26 4:59 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2015-12-26 4:59 UTC (permalink / raw)
To: guix-devel
On Thu, Dec 24, 2015 at 01:05:16PM -0500, Leo Famulari wrote:
> * gnu/packages/lynx.scm (lynx)[source]: Update URL.
> ---
> gnu/packages/lynx.scm | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/gnu/packages/lynx.scm b/gnu/packages/lynx.scm
> index 713f5d5..3182b3e 100644
> --- a/gnu/packages/lynx.scm
> +++ b/gnu/packages/lynx.scm
> @@ -37,8 +37,7 @@
> (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"))))
> --
> 2.6.2
>
Pushed as d4ec43392bae
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-26 4:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 18:05 [PATCH 0/1] lynx: Update source URL Leo Famulari
2015-12-24 18:05 ` [PATCH 1/1] gnu: " Leo Famulari
2015-12-25 14:20 ` Mark H Weaver
2015-12-26 4:59 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.