diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-01-27 09:11:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 09:11:17 +0100 |
| commit | ccac70b4e1abc40e31aed2f0ae5e29577fd39cac (patch) | |
| tree | 9add6333eb132dd6f00b719ed4d03d969a5f4c5d /pkgs/development/python-modules | |
| parent | 74ce537eed134143c0200642529fb568ef3b4b93 (diff) | |
python310Packages.goodwe: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/goodwe/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/goodwe/default.nix b/pkgs/development/python-modules/goodwe/default.nix index 27ae67f32eec..e943ab50dd65 100644 --- a/pkgs/development/python-modules/goodwe/default.nix +++ b/pkgs/development/python-modules/goodwe/default.nix @@ -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 ]; }; |
