python3Packages.dipy: remove use of with lib

Changed files
+3 -3
pkgs
development
python-modules
+3 -3
pkgs/development/python-modules/dipy/default.nix
···
"dipy.nn"
];
-
meta = with lib; {
+
meta = {
homepage = "https://dipy.org/";
description = "Diffusion imaging toolkit for Python";
changelog = "https://github.com/dipy/dipy/blob/${version}/Changelog";
-
license = licenses.bsd3;
-
maintainers = with maintainers; [ bcdarwin ];
+
license = lib.licenses.bsd3;
+
maintainers = with lib.maintainers; [ bcdarwin ];
};
}