python312Packages.mapclassify: add meta.changelog

This commit is contained in:
Nikolay Korotkiy
2024-09-24 23:16:29 +04:00
parent fee14d09ea
commit 0edc89b463
@@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = {
description = "Classification Schemes for Choropleth Maps";
homepage = "https://pysal.org/mapclassify/";
changelog = "https://github.com/pysal/mapclassify/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = lib.teams.geospatial.members;
};