guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: swish-e: Point source and home-page to archive.org.


From: Eric Bavier
Subject: 01/03: gnu: swish-e: Point source and home-page to archive.org.
Date: Fri, 17 Feb 2017 00:34:21 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 8a5a50a74136ebe8150ce82ae3a4cc2e1e1ac457
Author: Eric Bavier <address@hidden>
Date:   Thu Feb 16 23:27:00 2017 -0600

    gnu: swish-e: Point source and home-page to archive.org.
    
    * gnu/packages/search.scm (swish-e)[source]: Include archive.org mirror.
    [home-page]: Point to archive.org.
---
 gnu/packages/search.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index f687cb0..ac43f57 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -217,10 +217,10 @@ conflict with slocate compatibility.")
     (version "2.4.7")
     (source (origin
               (method url-fetch)
-              (uri (list (string-append "http://swish-e.org/distribution/";
-                                        "swish-e-" version ".tar.gz")
-                         ;; The upstream swish-e.org appears to be down... so
-                         ;; use debian's copy as a fallback.
+              (uri (list (string-append
+                          "https://web.archive.org/web/20160730145202/";
+                          "http://swish-e.org/distribution/";
+                          "swish-e-" version ".tar.gz")
                          (string-append "http://http.debian.net/debian/pool/";
                                         "main/s/swish-e/swish-e_" version
                                         ".orig.tar.gz")))
@@ -264,7 +264,8 @@ conflict with slocate compatibility.")
                          (list (string-append out "/lib/swish-e/swishspider")
                                (string-append out "/bin/swish-filter-test")))
                         #t))))))
-    (home-page "http://swish-e.org";)
+    (home-page (string-append "https://web.archive.org/web/20160730145202/";
+                              "http://swish-e.org";))
     (synopsis "Web indexing system")
     (description
      "Swish-e is Simple Web Indexing System for Humans - Enhanced.  Swish-e



reply via email to

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