python3Packages.numpy-groupies: remove with lib for meta (#335449)
This commit is contained in:
@@ -37,11 +37,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "numpy_groupies" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/ml31415/numpy-groupies";
|
||||
changelog = "https://github.com/ml31415/numpy-groupies/releases/tag/v${version}";
|
||||
description = "Optimised tools for group-indexing operations: aggregated sum and more";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.berquist ];
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ berquist ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user