python310Packages.pytradfri: add changelog to meta
This commit is contained in:
parent
6b9b9b559e
commit
7453c464eb
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python package to communicate with the IKEA Trådfri ZigBee Gateway";
|
||||
homepage = "https://github.com/home-assistant-libs/pytradfri";
|
||||
changelog = "https://github.com/home-assistant-libs/pytradfri/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue