about summary refs log tree commit diff
path: root/pkgs/by-name/po/poethepoet/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/po/poethepoet/package.nix')
-rw-r--r--pkgs/by-name/po/poethepoet/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/po/poethepoet/package.nix b/pkgs/by-name/po/poethepoet/package.nix
index 08237d2b8a721..980334c26077a 100644
--- a/pkgs/by-name/po/poethepoet/package.nix
+++ b/pkgs/by-name/po/poethepoet/package.nix
@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
   pythonImportsCheck = [ "poethepoet" ];
 
   meta = with lib; {
-    description = "A task runner that works well with poetry";
+    description = "Task runner that works well with poetry";
     homepage = "https://github.com/nat-n/poethepoet";
     changelog = "https://github.com/nat-n/poethepoet/releases/tag/${src.rev}";
     license = licenses.mit;