guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: tocc, libtocc: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 07/12: gnu: tocc, libtocc: Use HTTPS home page.
Date: Mon, 5 Mar 2018 11:32:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cc7a4bbd27a9d55e3c942d95ae9cfcf8157e401c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 5 00:30:42 2018 +0100

    gnu: tocc, libtocc: Use HTTPS home page.
    
    * gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 1479d1b..a719819 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -137,7 +137,7 @@ rich set of boolean query operators.")
                                              "-Wl,-rpath=../src/.libs")))
                             (zero? (system* "make"))
                             (zero? (system* "./libtocctests")))))))))
-    (home-page "http://t-o-c-c.com/";)
+    (home-page "https://t-o-c-c.com/";)
     (synopsis "Tool for Obsessive Compulsive Classifiers")
     (description
      "libtocc is the engine of the Tocc project, a tag-based file management
@@ -161,7 +161,7 @@ files and directories.")
                   (add-after
                    'unpack 'chdir-source
                    (lambda _ (chdir "cli/src"))))))
-    (home-page "http://t-o-c-c.com/";)
+    (home-page "https://t-o-c-c.com/";)
     (synopsis "Command-line interface to libtocc")
     (description
      "Tocc is a tag-based file management system.  This package contains the



reply via email to

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