python3Packages.spdx-tools: orphan

This commit is contained in:
Cole Helbling 2023-03-22 07:19:59 -07:00
parent 65571f0f3d
commit 84cf9ff2a5

View File

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/spdx/tools-python";
changelog = "https://github.com/spdx/tools-python/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}