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>
This commit is contained in:
Foo Chuan Wei 2022-05-20 05:44:52 +00:00 committed by Mathieu Othacehe
parent 1bfb76da2a
commit 4269094fd0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -175,8 +175,8 @@ (define-public worklog
(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