gitleaks: add friedow as a maintainer
This commit is contained in:
@@ -55,7 +55,10 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/zricethezav/gitleaks";
|
||||
changelog = "https://github.com/zricethezav/gitleaks/releases/tag/v${version}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
maintainers = with lib.maintainers; [
|
||||
fab
|
||||
friedow
|
||||
];
|
||||
mainProgram = "gitleaks";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user