about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix b/nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix
index c7f3c0d52cda..18bd6124b152 100644
--- a/nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/ghrepo-stats/default.nix
@@ -42,6 +42,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python module and CLI tool for GitHub repo statistics";
+    mainProgram = "show-ghstats";
     homepage = "https://github.com/mrbean-bremen/ghrepo-stats";
     changelog = "https://github.com/mrbean-bremen/ghrepo-stats/blob/v${version}/CHANGES.md";
     license = licenses.mit;