python310Packages.zwave-js-server-python: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-28 16:21:23 +01:00 committed by Martin Weinelt
parent 4d637244e3
commit e0deabfaa5

View File

@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for zwave-js-server";
homepage = "https://github.com/home-assistant-libs/zwave-js-server-python";
changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};