python310Packages.zarr: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:11 +01:00
committed by Martin Weinelt
parent 2c4a6a384b
commit b3f1d3553d
@@ -42,7 +42,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "An implementation of chunked, compressed, N-dimensional arrays for Python";
homepage = "https://github.com/zarr-developers/zarr";
changelog = "https://github.com/zarr-developers/zarr-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
maintainers = with maintainers; [ costrouc ];
};
}