gnu: hyperestraier: Use HTTPS home page.
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
This commit is contained in:
parent
ec4c170f94
commit
71441a3851
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ for parsing HTML files.")
|
||||||
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib"))))
|
"/lib"))))
|
||||||
(home-page "http://fallabs.com/hyperestraier")
|
(home-page "https://fallabs.com/hyperestraier")
|
||||||
(synopsis "Full-text search system")
|
(synopsis "Full-text search system")
|
||||||
(description "Hyper Estraier can be used to integrate full-text
|
(description "Hyper Estraier can be used to integrate full-text
|
||||||
search into applications, using either the provided command line and CGI
|
search into applications, using either the provided command line and CGI
|
||||||
|
|
Reference in a new issue