python310Packages.tesla-powerwall: add changelog to meta
This commit is contained in:
parent
0ba61c36fc
commit
f8aa3c0fcf
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "API for Tesla Powerwall";
|
||||
homepage = "https://github.com/jrester/tesla_powerwall";
|
||||
changelog = "https://github.com/jrester/tesla_powerwall/blob/v${version}/CHANGELOG";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue