python310Packages.georss-ign-sismologia-client: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-14 12:03:40 +01:00 committed by GitHub
parent c1c110f7f8
commit 1effa99f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for accessing the IGN Sismologia GeoRSS feed";
homepage = "https://github.com/exxamalte/python-georss-ign-sismologia-client";
changelog = "https://github.com/exxamalte/python-georss-ign-sismologia-client/blob/v0.6/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};