ossf: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:49:39 +02:00
parent a69211f5b0
commit 47389bb2ad
+3 -3
View File
@@ -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 = [ ];
};