emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27322: closed ([PATCH] gnu: abiword: Correct the d


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27322: closed ([PATCH] gnu: abiword: Correct the download and home page URL.)
Date: Tue, 13 Jun 2017 18:50:02 +0000

Your message dated Tue, 13 Jun 2017 14:48:46 -0400
with message-id <address@hidden>
and subject line Re: bug#27322: [PATCH] gnu: abiword: Correct the download and 
home page        URL.
has caused the debbugs.gnu.org bug report #27322,
regarding [PATCH] gnu: abiword: Correct the download and home page URL.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27322: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27322
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: abiword: Correct the download and home page URL. Date: Sat, 10 Jun 2017 21:10:38 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#27322: [PATCH] gnu: abiword: Correct the download and home page URL. Date: Tue, 13 Jun 2017 14:48:46 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Marius Bakke <address@hidden> writes:

> Kei Kebreau <address@hidden> writes:
>
>> * gnu/packages/abiword.scm (abiword)[source]: Change URL.
>> [home-page]: Change URL.
>
> abiword.org now redirects to abiword.com, so LGTM. I'd mention that
> somewhere in the commit message for the time travellers :-)

Done and done. Thanks for the review.
Pushed to master as 70c90903012cbd6a8f798e7534140b3e71d9e680.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]