python310Packages.goodwe: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-27 09:11:17 +01:00
committed by GitHub
parent 74ce537eed
commit ccac70b4e1
@@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for connecting to GoodWe inverter";
homepage = "https://github.com/marcelblijleven/goodwe";
changelog = "https://github.com/marcelblijleven/goodwe/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};