python310Packages.pyairnow: add changelog to meta
This commit is contained in:
parent
1eb1de155d
commit
67b7b9a67f
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue