about summary refs log tree commit diff
path: root/pkgs/development/python-modules/git-sweep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/git-sweep/default.nix')
-rw-r--r--pkgs/development/python-modules/git-sweep/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/git-sweep/default.nix b/pkgs/development/python-modules/git-sweep/default.nix
index 0f223b03760a..ac18f2604f83 100644
--- a/pkgs/development/python-modules/git-sweep/default.nix
+++ b/pkgs/development/python-modules/git-sweep/default.nix
@@ -30,6 +30,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "A command-line tool that helps you clean up Git branches";
+    mainProgram = "git-sweep";
     homepage = "https://github.com/arc90/git-sweep";
     license = licenses.mit;
     maintainers = with maintainers; [ pSub ];