python310Packages.pyairnow: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:08 +01:00
committed by Martin Weinelt
parent 1eb1de155d
commit 67b7b9a67f
@@ -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 ];
};