python3Packages.intbitset: orphan

This commit is contained in:
Cole Helbling
2023-03-22 07:19:40 -07:00
parent 28986236f2
commit 65571f0f3d
@@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/inveniosoftware/intbitset";
changelog = "https://github.com/inveniosoftware-contrib/intbitset/blob/v${version}/CHANGELOG.rst";
license = licenses.lgpl3Plus;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}