about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ghdiff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/ghdiff/default.nix')
-rw-r--r--pkgs/development/python-modules/ghdiff/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ghdiff/default.nix b/pkgs/development/python-modules/ghdiff/default.nix
index b4a5e584ed52..4bcde153ba32 100644
--- a/pkgs/development/python-modules/ghdiff/default.nix
+++ b/pkgs/development/python-modules/ghdiff/default.nix
@@ -18,6 +18,7 @@ buildPythonPackage rec {
     homepage =  "https://github.com/kilink/ghdiff";
     license = licenses.mit;
     description = "Generate Github-style HTML for unified diffs.";
+    mainProgram = "ghdiff";
     maintainers = [ maintainers.mic92 ];
   };
 }