python3Packages.numpy-groupies: remove with lib for meta (#335449)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-08 01:27:05 +02:00
committed by GitHub
@@ -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 ];
};
}