about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shortuuid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/shortuuid/default.nix')
-rw-r--r--pkgs/development/python-modules/shortuuid/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/shortuuid/default.nix b/pkgs/development/python-modules/shortuuid/default.nix
index c9fc97b8304e1..627f0af39a75d 100644
--- a/pkgs/development/python-modules/shortuuid/default.nix
+++ b/pkgs/development/python-modules/shortuuid/default.nix
@@ -32,6 +32,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Library to generate concise, unambiguous and URL-safe UUIDs";
+    mainProgram = "shortuuid";
     homepage = "https://github.com/stochastic-technologies/shortuuid/";
     changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
     license = licenses.bsd3;