python310Packages.pydeconz: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-17 19:11:54 +01:00
committed by GitHub
parent 9c6e67c969
commit 4c498fa0c1
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library wrapping the Deconz REST API";
homepage = "https://github.com/Kane610/deconz";
changelog = "https://github.com/Kane610/deconz/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};