mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
python310Packages.zwave-js-server-python: add changelog to meta
This commit is contained in:
parent
4d637244e3
commit
e0deabfaa5
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python wrapper for zwave-js-server";
|
description = "Python wrapper for zwave-js-server";
|
||||||
homepage = "https://github.com/home-assistant-libs/zwave-js-server-python";
|
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 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user