python3Packages.commoncode: orphan

This commit is contained in:
Cole Helbling 2023-03-22 07:24:19 -07:00
parent 878a1f611b
commit 9a5fcebd6e

View file

@ -84,6 +84,6 @@ buildPythonPackage rec {
description = "A set of common utilities, originally split from ScanCode";
homepage = "https://github.com/nexB/commoncode";
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}