From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] gnu: lynx: Update source URL. Date: Thu, 24 Dec 2015 13:05:16 -0500 Message-ID: <1a38a5954cfedda87f6ac44fe16b1d1584c85190.1450980263.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCAGO-0001if-8l for guix-devel@gnu.org; Thu, 24 Dec 2015 13:05:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCAGL-00053x-Uj for guix-devel@gnu.org; Thu, 24 Dec 2015 13:05:20 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:38367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCAGL-00050n-Qz for guix-devel@gnu.org; Thu, 24 Dec 2015 13:05:17 -0500 Received: from localhost.localdomain (unknown [73.46.63.161]) by mail.messagingengine.com (Postfix) with ESMTPA id B267F68011D for ; Thu, 24 Dec 2015 13:05:15 -0500 (EST) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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