diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:42:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 12:42:22 +0100 |
commit | 8779987bba029535d3dc00f1aacf59281fdd34f0 (patch) | |
tree | 7a6d616d45367d508f94c3593b1ce5c7053c33f5 /gnu/packages/search.scm | |
parent | 1885bb0c08e943a2e0e37c5c0a83473c8af904d0 (diff) | |
parent | a6d9f8837b118e2126e4b8a19bf48b524229a15c (diff) | |
download | guix-8779987bba029535d3dc00f1aacf59281fdd34f0.tar.gz guix-8779987bba029535d3dc00f1aacf59281fdd34f0.zip |
Merge branch 'master' into python-tests
Diffstat (limited to 'gnu/packages/search.scm')
-rw-r--r-- | gnu/packages/search.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index f687cb0a2a..ac43f57aa7 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 |