Commit 0ee5b5a7 authored by lucasew's avatar lucasew
Browse files

python3Packages.bbox: remove with lib



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent b9357a9d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}