mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
python310Packages.aio-geojson-geonetnz-quakes: add changelog to meta
This commit is contained in:
parent
8442b1aaa1
commit
7df6cac08b
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-aio-geojson-geonetnz-quakes";
|
repo = "python-aio-geojson-geonetnz-quakes";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-T3vQodb0/3YEjsyHLSI8DBKK75J8hvsaBqyQI7GkT3U=";
|
hash = "sha256-T3vQodb0/3YEjsyHLSI8DBKK75J8hvsaBqyQI7GkT3U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -42,7 +42,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module for accessing the GeoNet NZ Quakes GeoJSON feeds";
|
description = "Python module for accessing the GeoNet NZ Quakes GeoJSON feeds";
|
||||||
homepage = "https://github.com/exxamalte/pythonaio-geojson-geonetnz-quakes";
|
homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes";
|
||||||
|
changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user