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

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:08 +01:00
committed by Martin Weinelt
parent 4d637244e3
commit e0deabfaa5
@@ -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 ];
};