about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/rs/rst2html5/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/rs/rst2html5/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/rs/rst2html5/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/rs/rst2html5/package.nix b/nixpkgs/pkgs/by-name/rs/rst2html5/package.nix
index 61b75130fe1b..82def912da99 100644
--- a/nixpkgs/pkgs/by-name/rs/rst2html5/package.nix
+++ b/nixpkgs/pkgs/by-name/rs/rst2html5/package.nix
@@ -19,6 +19,7 @@ python3Packages.buildPythonPackage rec {
   meta = with lib;{
     homepage = "https://rst2html5.readthedocs.io/en/latest/";
     description = "Converts ReSTructuredText to (X)HTML5";
+    mainProgram = "rst2html5";
     license = licenses.mit;
     maintainers = with maintainers; [ AndersonTorres ];
   };