taskwarrior: improve meta.description (taskwarrior has nothing to do with GTD)

This commit is contained in:
Peter Simons 2017-02-08 11:44:46 +01:00
parent 187e5d3d74
commit 01fef3f7db

View File

@ -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 ];