mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ (define-public libtocc
|
|||
"-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 @@ (define-public tocc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue