about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dploot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dploot/default.nix')
-rw-r--r--pkgs/development/python-modules/dploot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dploot/default.nix b/pkgs/development/python-modules/dploot/default.nix
index ff0bc89a2bbd0..0bfddf7d8588f 100644
--- a/pkgs/development/python-modules/dploot/default.nix
+++ b/pkgs/development/python-modules/dploot/default.nix
@@ -41,6 +41,7 @@ buildPythonPackage rec {
   meta = {
     homepage = "https://github.com/zblurx/dploot";
     description = "DPAPI looting remotely in Python";
+    mainProgram = "dploot";
     changelog = "https://github.com/zblurx/dploot/releases/tag/${version}";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ vncsb ];