diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-05 00:30:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-05 17:32:10 +0100 |
commit | cc7a4bbd27a9d55e3c942d95ae9cfcf8157e401c (patch) | |
tree | 9d258c8d2787f5ae284fb1d70ca1b16bf092de03 | |
parent | 55b7cd10c28934aaea144c06e5d4a8bb8b88bfbb (diff) | |
download | guix-cc7a4bbd27a9d55e3c942d95ae9cfcf8157e401c.tar guix-cc7a4bbd27a9d55e3c942d95ae9cfcf8157e401c.tar.gz |
gnu: tocc, libtocc: Use HTTPS home page.
* gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/search.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 1479d1bbbb..a719819927 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 |