From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJrQF-0007kq-6B for guix-patches@gnu.org; Sat, 10 Jun 2017 21:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJrQA-0001xC-N3 for guix-patches@gnu.org; Sat, 10 Jun 2017 21:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36880) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJrQA-0001x8-Jy for guix-patches@gnu.org; Sat, 10 Jun 2017 21:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJrQA-0003ge-Eu for guix-patches@gnu.org; Sat, 10 Jun 2017 21:12:02 -0400 Subject: bug#27322: [PATCH] gnu: abiword: Correct the download and home page URL. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJrPH-0007j2-Nv for guix-patches@gnu.org; Sat, 10 Jun 2017 21:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJrPD-0001rT-Gn for guix-patches@gnu.org; Sat, 10 Jun 2017 21:11:07 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:42176 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJrPD-0001rJ-8J for guix-patches@gnu.org; Sat, 10 Jun 2017 21:11:03 -0400 From: Kei Kebreau Date: Sat, 10 Jun 2017 21:10:38 -0400 Message-Id: <20170611011038.1986-1-kei@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27322@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/abiword.scm (abiword)[source]: Change URL. [home-page]: Change URL. --- gnu/packages/abiword.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm index 30c2411df..9a4acdc38 100644 --- a/gnu/packages/abiword.scm +++ b/gnu/packages/abiword.scm @@ -50,7 +50,7 @@ (origin (method url-fetch) (uri - (string-append "http://abisource.org/downloads/" name "/" version + (string-append "https://www.abisource.com/downloads/" name "/" version "/source/" name "-" version ".tar.gz")) (sha256 (base32 "08imry821g81apdwym3gcs4nss0l9j5blqk31j5rv602zmcd9gxg")) @@ -111,7 +111,7 @@ ("glib:bin" ,glib "bin") ("libtool" ,libtool) ("pkg-config" ,pkg-config))) - (home-page "http://abisource.org/") + (home-page "https://www.abisource.com/") (synopsis "Word processing program") ;; HACKERS: The comment below is here so that it shows up early in the -- 2.13.1