python310Packages.zarr: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user