From 47389bb2ad05e81cc5521ae40d0e62ec661455f4 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 30 Apr 2026 02:40:40 +0200 Subject: [PATCH] ossf: update GitHub owner name --- pkgs/tools/security/cve-bin-tool/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cve-bin-tool/default.nix b/pkgs/tools/security/cve-bin-tool/default.nix index 2efbf33f0390..07ca4a07e60c 100644 --- a/pkgs/tools/security/cve-bin-tool/default.nix +++ b/pkgs/tools/security/cve-bin-tool/default.nix @@ -45,7 +45,7 @@ buildPythonApplication rec { pyproject = true; src = fetchFromGitHub { - owner = "intel"; + owner = "ossf"; repo = "cve-bin-tool"; tag = "v${version}"; hash = "sha256-pv8XjKjZBUw5FmmUn1dakGeS1uw2xzF3wSIZOYQ2/3c="; @@ -109,8 +109,8 @@ buildPythonApplication rec { meta = { description = "CVE Binary Checker Tool"; - homepage = "https://github.com/intel/cve-bin-tool"; - changelog = "https://github.com/intel/cve-bin-tool/releases/tag/${src.tag}"; + homepage = "https://github.com/ossf/cve-bin-tool"; + changelog = "https://github.com/ossf/cve-bin-tool/releases/tag/${src.tag}"; license = lib.licenses.gpl3Plus; maintainers = [ ]; };