gitleaks: modernize

This commit is contained in:
Fabian Affolter
2025-11-30 16:07:20 +01:00
parent 7071af8c65
commit dade060781
+2 -2
View File
@@ -53,8 +53,8 @@ buildGoModule rec {
API keys and tokens in git repos.
'';
homepage = "https://github.com/gitleaks/gitleaks";
changelog = "https://github.com/gitleaks/gitleaks/releases/tag/v${version}";
license = with lib.licenses; [ mit ];
changelog = "https://github.com/gitleaks/gitleaks/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab
friedow