python310Packages.python-homewizard-energy: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-20 00:55:20 +01:00
parent bde8349b33
commit 9f2103f390
@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to communicate with HomeWizard Energy devices";
homepage = "https://github.com/DCSBL/python-homewizard-energy";
changelog = "https://github.com/DCSBL/python-homewizard-energy/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};