mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
gitleaks: add meta.mainProgram
This commit is contained in:
parent
5d401f9ed6
commit
8b6957fd70
@ -54,5 +54,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/zricethezav/gitleaks/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "gitleaks";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user