about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix b/nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix
index ae13f6585a1d..01fa41eae2fe 100644
--- a/nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/htmllistparse/default.nix
@@ -31,6 +31,7 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://github.com/gumblex/htmllisting-parser";
     description = "Python parser for Apache/nginx-style HTML directory listing";
+    mainProgram = "rehttpfs";
     license = licenses.mit;
     maintainers = with maintainers; [ hexchen ];
   };