about summary refs log tree commit diff
path: root/pkgs/tools/system/honcho/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/honcho/default.nix')
-rw-r--r--pkgs/tools/system/honcho/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/honcho/default.nix b/pkgs/tools/system/honcho/default.nix
index 08c0fb3f6b58f..1540d227dffe3 100644
--- a/pkgs/tools/system/honcho/default.nix
+++ b/pkgs/tools/system/honcho/default.nix
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   meta = with lib; {
-    description = "A Python clone of Foreman, a tool for managing Procfile-based applications";
+    description = "Python clone of Foreman, a tool for managing Procfile-based applications";
     license = licenses.mit;
     homepage = "https://github.com/nickstenning/honcho";
     maintainers = with maintainers; [ benley ];