ossf: update GitHub owner name
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user