python314Packages.ome-zarr: update changelog URL (#510933)

This commit is contained in:
Yohann Boniface
2026-04-21 20:17:39 +00:00
committed by GitHub
@@ -111,7 +111,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud";
homepage = "https://pypi.org/project/ome-zarr";
changelog = "https://github.com/ome/ome-zarr-py/blob/${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/ome/ome-zarr-py/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd2;
maintainers = [ lib.maintainers.bcdarwin ];
mainProgram = "ome_zarr";