python310Packages.aioswitcher: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-03 09:41:50 +01:00 committed by Martin Weinelt
parent 4fe16e5655
commit 46b2278ecb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -60,6 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to interact with Switcher water heater";
homepage = "https://github.com/TomerFi/aioswitcher";
changelog = "https://github.com/TomerFi/aioswitcher/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};