guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: antiword: Use Web Archive URLs.


From: guix-commits
Subject: 10/11: gnu: antiword: Use Web Archive URLs.
Date: Fri, 14 Jul 2023 08:19:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b29bd4d35e26951c719f31fc505c7c2bc566b4e1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:00 2023 +0200

    gnu: antiword: Use Web Archive URLs.
    
    * gnu/packages/textutils.scm (antiword)[source, home-page]:
    Use copies archived by the Wayback Machine.
---
 gnu/packages/textutils.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 51df3748cd..4e026fc6f9 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -606,7 +606,9 @@ regular expression object can be specified.")
     (version "0.37")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.winfield.demon.nl/linux";
+              ;; Development stopped in 2005; as of 2023 the home page 404s.
+              (uri (string-append "https://web.archive.org/web/20200621222738/";
+                                  "http://www.winfield.demon.nl/linux";
                                   "/antiword-" version ".tar.gz"))
               (sha256
                (base32
@@ -634,7 +636,8 @@ regular expression object can be specified.")
          (replace 'install
            (lambda* (#:key make-flags #:allow-other-keys)
              (apply invoke "make" `("global_install" ,@make-flags)))))))
-    (home-page "http://www.winfield.demon.nl/";)
+    (home-page (string-append "https://web.archive.org/web/20220121050627/";
+                              "http://www.winfield.demon.nl";))
     (synopsis "Microsoft Word document reader")
     (description "Antiword is an application for displaying Microsoft Word
 documents.  It can also convert the document to PostScript or XML.  Only



reply via email to

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