about summary refs log tree commit diff
path: root/pkgs/tools/security/noseyparker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/noseyparker/default.nix')
-rw-r--r--pkgs/tools/security/noseyparker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/noseyparker/default.nix b/pkgs/tools/security/noseyparker/default.nix
index c6e4056d9fab..72a1d87f1112 100644
--- a/pkgs/tools/security/noseyparker/default.nix
+++ b/pkgs/tools/security/noseyparker/default.nix
@@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Find secrets and sensitive information in textual data";
+    mainProgram = "noseyparker";
     homepage = "https://github.com/praetorian-inc/noseyparker";
     changelog = "https://github.com/praetorian-inc/noseyparker/blob/v${version}/CHANGELOG.md";
     license = licenses.asl20;