python310Packages.aio-geojson-client: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-22 11:46:25 +01:00
parent 68403fe04f
commit 0940627272
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-aio-geojson-client";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-5GiQgtbvYeleovFbXO2vlr2XPsDIWZiElM64O+urMcY=";
};
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for accessing GeoJSON feeds";
homepage = "https://github.com/exxamalte/python-aio-geojson-client";
changelog = "https://github.com/exxamalte/python-aio-geojson-client/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};