From be7c854cb42f5bebaa8c580d2159e9809707d207 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 16 Apr 2023 04:20:00 +0000 Subject: [PATCH] python310Packages.palettable: add changelog to meta --- pkgs/development/python-modules/palettable/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/palettable/default.nix b/pkgs/development/python-modules/palettable/default.nix index ad2519178f9b..bd13c288894a 100644 --- a/pkgs/development/python-modules/palettable/default.nix +++ b/pkgs/development/python-modules/palettable/default.nix @@ -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 ]; };