about summary refs log tree commit diff
path: root/pkgs/development/tools/devtodo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/devtodo/default.nix')
-rw-r--r--pkgs/development/tools/devtodo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/devtodo/default.nix b/pkgs/development/tools/devtodo/default.nix
index 34fdd2c794e56..1cc83d7fd9797 100644
--- a/pkgs/development/tools/devtodo/default.nix
+++ b/pkgs/development/tools/devtodo/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://swapoff.org/devtodo1.html";
-    description = "A hierarchical command-line task manager";
+    description = "Hierarchical command-line task manager";
     license = licenses.gpl2;
     maintainers = [ maintainers.woffs ];
     platforms = platforms.linux;