python310Packages.aiowebostv: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-15 10:04:07 +01:00
parent 2348c633d9
commit dbd6053de7

View file

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Module to interact with LG webOS based TV devices"; description = "Module to interact with LG webOS based TV devices";
homepage = "https://github.com/home-assistant-libs/aiowebostv"; homepage = "https://github.com/home-assistant-libs/aiowebostv";
changelog = "https://github.com/home-assistant-libs/aiowebostv/releases/tag/v${version}";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };