python310Packages.geopandas: add changelog to meta
This commit is contained in:
parent
89f8ab0e19
commit
7776739d65
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python geospatial data analysis framework";
|
description = "Python geospatial data analysis framework";
|
||||||
homepage = "https://geopandas.org";
|
homepage = "https://geopandas.org";
|
||||||
|
changelog = "https://github.com/geopandas/geopandas/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ knedlsepp ];
|
maintainers = with maintainers; [ knedlsepp ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue