mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
1bfb76da2a
commit
4269094fd0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue