python310Packages.tifffile: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 10:24:27 +01:00 committed by Martin Weinelt
parent 020c62dd37
commit d0d6c2eddb

View File

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Read and write image data from and to TIFF files";
homepage = "https://github.com/cgohlke/tifffile/";
changelog = "https://github.com/cgohlke/tifffile/blob/v${version}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ lebastr ];
};