python310Packages.homematicip: add changelog to meta
This commit is contained in:
parent
dac7bf3553
commit
486bdc8c5f
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Module for the homematicIP REST API";
|
||||
homepage = "https://github.com/hahn-th/homematicip-rest-api";
|
||||
changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}";
|
||||
license = with licenses; [ gpl3Only ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue