python310Packages.geopandas: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 23:09:55 +01:00 committed by GitHub
parent 89f8ab0e19
commit 7776739d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python geospatial data analysis framework";
homepage = "https://geopandas.org";
changelog = "https://github.com/geopandas/geopandas/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
};