mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: taskwarrior: Use HTTPS home page URI.
* gnu/packages/task-management.scm (taskwarrior)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
b2d35dd9ae
commit
0588668fa8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ (define-public taskwarrior
|
|||
(delete-file "src/cal")
|
||||
(delete-file "src/calendar")
|
||||
(delete-file "src/tw"))))))
|
||||
(home-page "http://taskwarrior.org")
|
||||
(home-page "https://taskwarrior.org")
|
||||
(synopsis "Command line task manager")
|
||||
(description
|
||||
"Taskwarrior is a command-line task manager following the Getting Things
|
||||
|
|
Loading…
Reference in a new issue