guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: abiword: Correct the download and home page URL.


From: Kei Kebreau
Subject: 01/01: gnu: abiword: Correct the download and home page URL.
Date: Tue, 13 Jun 2017 14:48:30 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 70c90903012cbd6a8f798e7534140b3e71d9e680
Author: Kei Kebreau <address@hidden>
Date:   Sat Jun 10 20:59:19 2017 -0400

    gnu: abiword: Correct the download and home page URL.
    
    The old URL redirects to https://abisource.com.
    
    * 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 30c2411..9a4acdc 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



reply via email to

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