about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix b/nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix
index 176b210b3779..b0c1f04d21a4 100644
--- a/nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix
+++ b/nixpkgs/pkgs/tools/security/posteid-seed-extractor/default.nix
@@ -41,6 +41,7 @@ python3Packages.buildPythonApplication {
   meta = with lib; {
     homepage = "https://github.com/simone36050/PosteID-seed-extractor";
     description = "Extract OTP seed instead of using PosteID app";
+    mainProgram = "posteid-seed-extractor";
     license = licenses.mit;
     maintainers = with maintainers; [ aciceri ];
   };