mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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/cal")
|
||||||
(delete-file "src/calendar")
|
(delete-file "src/calendar")
|
||||||
(delete-file "src/tw"))))))
|
(delete-file "src/tw"))))))
|
||||||
(home-page "http://taskwarrior.org")
|
(home-page "https://taskwarrior.org")
|
||||||
(synopsis "Command line task manager")
|
(synopsis "Command line task manager")
|
||||||
(description
|
(description
|
||||||
"Taskwarrior is a command-line task manager following the Getting Things
|
"Taskwarrior is a command-line task manager following the Getting Things
|
||||||
|
|
Loading…
Reference in a new issue