about summary refs log tree commit diff
path: root/pkgs/development/python-modules/html2text/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/html2text/default.nix')
-rw-r--r--pkgs/development/python-modules/html2text/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/html2text/default.nix b/pkgs/development/python-modules/html2text/default.nix
index d5267ef505d9f..2d814e4ebfac2 100644
--- a/pkgs/development/python-modules/html2text/default.nix
+++ b/pkgs/development/python-modules/html2text/default.nix
@@ -24,6 +24,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Turn HTML into equivalent Markdown-structured text";
+    mainProgram = "html2text";
     homepage = "https://github.com/Alir3z4/html2text/";
     license = licenses.gpl3Only;
   };