guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: hyperestraier: Use HTTPS home page.


From: guix-commits
Subject: 07/07: gnu: hyperestraier: Use HTTPS home page.
Date: Fri, 13 Mar 2020 22:58:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 71441a3851801a14a3f9d6dedc0a80361c1a7317
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:53:57 2020 +0100

    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(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index d1b67a3..dcfd1ec 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]