about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix b/nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix
index 550d3a5c4667..672db4d21c1a 100644
--- a/nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix
+++ b/nixpkgs/pkgs/by-name/mf/mfoc-hardnested/package.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "A fork of mfoc integrating hardnested code from the proxmark";
+    mainProgram = "mfoc-hardnested";
     license = licenses.gpl2;
     homepage = "https://github.com/nfc-tools/mfoc-hardnested";
     maintainers = with maintainers; [ azuwis ];