python310Packages.pyairnow: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-20 23:00:16 +01:00 committed by Martin Weinelt
parent 1eb1de155d
commit 67b7b9a67f

View File

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for EPA AirNow Air Quality API";
homepage = "https://github.com/asymworks/pyairnow";
changelog = "https://github.com/asymworks/pyairnow/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};