python310Packages.tesla-powerwall: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-19 08:42:27 +01:00 committed by GitHub
parent 0ba61c36fc
commit f8aa3c0fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};