python310Packages.palettable: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-16 04:20:00 +00:00
parent 8b8c09ac76
commit be7c854cb4

View file

@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A library of color palettes";
homepage = "https://jiffyclub.github.io/palettable/";
changelog = "https://github.com/jiffyclub/palettable/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};