diff options
author | Foo Chuan Wei <chuanwei.foo@hotmail.com> | 2022-05-20 05:44:52 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-06-05 21:27:53 +0200 |
commit | 4269094fd07668bb8529114593f630c44ea74872 (patch) | |
tree | 57eef0678dec96050f0434fb15cebf44ca648bf2 | |
parent | 1bfb76da2a428c9e1053e9598de1c82f545fa32f (diff) |
gnu: worklog: Remove duplicated word in description.
* gnu/packages/task-management.scm (worklog)[description]: Remove
duplicated word.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/task-management.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/task-management.scm b/gnu/packages/task-management.scm index 0fddfa9ffb..aeedbfbe6a 100644 --- a/gnu/packages/task-management.scm +++ b/gnu/packages/task-management.scm @@ -175,8 +175,8 @@ and querying data, exposing task data in multiple formats to other tools.") (synopsis "Program keeping track of time spent on different projects") (description "@code{worklog} is a program that helps you keep track of your time. -@code{worklog} is a simple ncurses based based program that runs a clock and -logs time to a logfile.") +@code{worklog} is a simple ncurses based program that runs a clock and logs +time to a logfile.") (license license:public-domain)))) (define-public dstask |