GNU bug report logs -
#27322
[PATCH] gnu: abiword: Correct the download and home page URL.
Previous Next
Reported by: Kei Kebreau <kei <at> openmailbox.org>
Date: Sun, 11 Jun 2017 01:12:02 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kei <at> openmailbox.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 7 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.