diff --git a/pkgs/development/python-modules/bbox/default.nix b/pkgs/development/python-modules/bbox/default.nix index 7c7dd2527375..e46d0caf0738 100644 --- a/pkgs/development/python-modules/bbox/default.nix +++ b/pkgs/development/python-modules/bbox/default.nix @@ -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 ]; }; }