python310Packages.pyoverkiz: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-28 20:10:48 +01:00
parent 11fdcb163e
commit 5fa06e50af

View File

@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to interact with the Somfy TaHoma API or other OverKiz APIs";
homepage = "https://github.com/iMicknl/python-overkiz-api";
changelog = "https://github.com/iMicknl/python-overkiz-api/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};