python3Packages.bbox: remove with lib

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2025-04-15 08:59:49 -03:00
parent b9357a9d1c
commit 0ee5b5a7b2
@@ -55,10 +55,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "bbox" ];
meta = with lib; {
meta = {
description = "Python library for 2D/3D bounding boxes";
homepage = "https://github.com/varunagrawal/bbox";
license = licenses.mit;
maintainers = with maintainers; [ lucasew ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lucasew ];
};
}