python310Packages.aioaladdinconnect: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-30 21:17:46 +01:00
committed by GitHub
parent c60603e6e1
commit 71d886e681
@@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for controlling Genie garage doors connected to Aladdin Connect devices";
homepage = "https://github.com/mkmer/AIOAladdinConnect";
changelog = "https://github.com/mkmer/AIOAladdinConnect/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};