mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib"))))
|
||||
(home-page "http://fallabs.com/hyperestraier")
|
||||
(home-page "https://fallabs.com/hyperestraier")
|
||||
(synopsis "Full-text search system")
|
||||
(description "Hyper Estraier can be used to integrate full-text
|
||||
search into applications, using either the provided command line and CGI
|
||||
|
|
Loading…
Reference in a new issue