gnu: tocc, libtocc: Use HTTPS home page.
* gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
This commit is contained in:
parent
55b7cd10c2
commit
cc7a4bbd27
|
@ -137,7 +137,7 @@ rich set of boolean query operators.")
|
||||||
"-Wl,-rpath=../src/.libs")))
|
"-Wl,-rpath=../src/.libs")))
|
||||||
(zero? (system* "make"))
|
(zero? (system* "make"))
|
||||||
(zero? (system* "./libtocctests")))))))))
|
(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")
|
(synopsis "Tool for Obsessive Compulsive Classifiers")
|
||||||
(description
|
(description
|
||||||
"libtocc is the engine of the Tocc project, a tag-based file management
|
"libtocc is the engine of the Tocc project, a tag-based file management
|
||||||
|
@ -161,7 +161,7 @@ files and directories.")
|
||||||
(add-after
|
(add-after
|
||||||
'unpack 'chdir-source
|
'unpack 'chdir-source
|
||||||
(lambda _ (chdir "cli/src"))))))
|
(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")
|
(synopsis "Command-line interface to libtocc")
|
||||||
(description
|
(description
|
||||||
"Tocc is a tag-based file management system. This package contains the
|
"Tocc is a tag-based file management system. This package contains the
|
||||||
|
|
Loading…
Reference in New Issue