python310Packages.hahomematic: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-01 08:55:42 +01:00
parent 82d4c2c851
commit a77da40458

View file

@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to interact with HomeMatic devices";
homepage = "https://github.com/danielperna84/hahomematic";
changelog = "https://github.com/danielperna84/hahomematic/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};