diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:53:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 03:43:46 +0100 |
commit | 71441a3851801a14a3f9d6dedc0a80361c1a7317 (patch) | |
tree | 6515043d641bff0f6f06f9da3c3f02647110bb8c | |
parent | ec4c170f947f90ad26fb657d23290fd07c7d0459 (diff) | |
download | guix-71441a3851801a14a3f9d6dedc0a80361c1a7317.tar.gz guix-71441a3851801a14a3f9d6dedc0a80361c1a7317.zip |
gnu: hyperestraier: Use HTTPS home page.
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/search.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index d1b67a3943..dcfd1ec1bd 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -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 |