taskwarrior: improve meta.description (taskwarrior has nothing to do with GTD)
This commit is contained in:
parent
187e5d3d74
commit
01fef3f7db
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GTD (getting things done) implementation";
|
||||
description = "Highly flexible command-line tool to manage TODO lists";
|
||||
homepage = http://taskwarrior.org;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marcweber jgeerds ];
|
||||
|
|
Loading…
Reference in New Issue