mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
python310Packages.tifffile: add changelog to meta
This commit is contained in:
parent
020c62dd37
commit
d0d6c2eddb
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user