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.
This commit is contained in:
parent
6c067a3f13
commit
8a5a50a741
|
@ -217,10 +217,10 @@ conflict with slocate compatibility.")
|
||||||
(version "2.4.7")
|
(version "2.4.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://swish-e.org/distribution/"
|
(uri (list (string-append
|
||||||
|
"https://web.archive.org/web/20160730145202/"
|
||||||
|
"http://swish-e.org/distribution/"
|
||||||
"swish-e-" version ".tar.gz")
|
"swish-e-" version ".tar.gz")
|
||||||
;; The upstream swish-e.org appears to be down... so
|
|
||||||
;; use debian's copy as a fallback.
|
|
||||||
(string-append "http://http.debian.net/debian/pool/"
|
(string-append "http://http.debian.net/debian/pool/"
|
||||||
"main/s/swish-e/swish-e_" version
|
"main/s/swish-e/swish-e_" version
|
||||||
".orig.tar.gz")))
|
".orig.tar.gz")))
|
||||||
|
@ -264,7 +264,8 @@ conflict with slocate compatibility.")
|
||||||
(list (string-append out "/lib/swish-e/swishspider")
|
(list (string-append out "/lib/swish-e/swishspider")
|
||||||
(string-append out "/bin/swish-filter-test")))
|
(string-append out "/bin/swish-filter-test")))
|
||||||
#t))))))
|
#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")
|
(synopsis "Web indexing system")
|
||||||
(description
|
(description
|
||||||
"Swish-e is Simple Web Indexing System for Humans - Enhanced. Swish-e
|
"Swish-e is Simple Web Indexing System for Humans - Enhanced. Swish-e
|
||||||
|
|
Loading…
Reference in New Issue