cyclonedx-python: orphan

This commit is contained in:
Cole Helbling
2023-03-22 07:15:20 -07:00
parent 24d1e5c6e8
commit d7dd74ea45
+1 -1
View File
@@ -42,6 +42,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Creates CycloneDX Software Bill of Materials (SBOM) from Python projects";
homepage = "https://github.com/CycloneDX/cyclonedx-python";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}