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.
This commit is contained in:
Kei Kebreau 2017-06-10 20:59:19 -04:00
parent 5144c044c3
commit 70c9090301
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://abisource.org/downloads/" name "/" version (string-append "https://www.abisource.com/downloads/" name "/" version
"/source/" name "-" version ".tar.gz")) "/source/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "08imry821g81apdwym3gcs4nss0l9j5blqk31j5rv602zmcd9gxg")) (base32 "08imry821g81apdwym3gcs4nss0l9j5blqk31j5rv602zmcd9gxg"))
@ -111,7 +111,7 @@
("glib:bin" ,glib "bin") ("glib:bin" ,glib "bin")
("libtool" ,libtool) ("libtool" ,libtool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "http://abisource.org/") (home-page "https://www.abisource.com/")
(synopsis "Word processing program") (synopsis "Word processing program")
;; HACKERS: The comment below is here so that it shows up early in the ;; HACKERS: The comment below is here so that it shows up early in the