Merge pull request #303676 from 9999years/gitleaks-main-program

gitleaks: add meta.mainProgram
This commit is contained in:
Aleksana 2024-04-13 04:00:55 +08:00 committed by GitHub
commit 8800848e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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";
};
}