From 71441a3851801a14a3f9d6dedc0a80361c1a7317 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 22:53:57 +0100 Subject: gnu: hyperestraier: Use HTTPS home page. * gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS. --- gnu/packages/search.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/search.scm') 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 -- cgit v1.2.3