python310Packages.zadnegoale: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-13 16:01:26 +01:00
parent 9159658fae
commit 423b8fc893
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for getting allergen concentration data from Żadnego Ale servers";
homepage = "https://github.com/bieniu/zadnegoale";
changelog = "https://github.com/bieniu/zadnegoale/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};