python310Packages.omnikinverter: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-13 07:58:26 +02:00 committed by GitHub
parent 3a0bcff7df
commit 7627164388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for the Omnik Inverter";
homepage = "https://github.com/klaasnicolaas/python-omnikinverter";
changelog = "https://github.com/klaasnicolaas/python-omnikinverter/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};