From fee5345395bad8d35997a4e9002dc40aa8cbcc37 Mon Sep 17 00:00:00 2001 From: Christian Friedow Date: Fri, 28 Nov 2025 09:57:42 +0100 Subject: [PATCH] gitleaks: update source repository location --- pkgs/by-name/gi/gitleaks/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/gitleaks/package.nix b/pkgs/by-name/gi/gitleaks/package.nix index 324ac16cec7c..5d4abc642e48 100644 --- a/pkgs/by-name/gi/gitleaks/package.nix +++ b/pkgs/by-name/gi/gitleaks/package.nix @@ -14,7 +14,7 @@ buildGoModule rec { version = "8.28.0"; src = fetchFromGitHub { - owner = "zricethezav"; + owner = "gitleaks"; repo = "gitleaks"; tag = "v${version}"; hash = "sha256-smh3Ge278lYVEcs6r1F43daexgjgddy1HKhU5E4CBYM="; @@ -52,8 +52,8 @@ buildGoModule rec { Gitleaks is a SAST tool for detecting hardcoded secrets like passwords, API keys and tokens in git repos. ''; - homepage = "https://github.com/zricethezav/gitleaks"; - changelog = "https://github.com/zricethezav/gitleaks/releases/tag/v${version}"; + homepage = "https://github.com/gitleaks/gitleaks"; + changelog = "https://github.com/gitleaks/gitleaks/releases/tag/v${version}"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ fab