3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.geojson-client: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-24 10:15:20 +01:00
parent 721a9ed6fd
commit d548302b70

View file

@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-geojson-client";
rev = "v${version}";
sha256 = "sha256-nzM5P1ww6yWM3e2v3hRw0ECoYmRPhTs0Q7Wwicl+IpU=";
rev = "refs/tags/v${version}";
hash = "sha256-nzM5P1ww6yWM3e2v3hRw0ECoYmRPhTs0Q7Wwicl+IpU=";
};
propagatedBuildInputs = [
@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for convenient access to GeoJSON feeds";
homepage = "https://github.com/exxamalte/python-geojson-client";
changelog = "https://github.com/exxamalte/python-geojson-client/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};