python310Packages.hahomematic: add changelog to meta
This commit is contained in:
parent
82d4c2c851
commit
a77da40458
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module to interact with HomeMatic devices";
|
description = "Python module to interact with HomeMatic devices";
|
||||||
homepage = "https://github.com/danielperna84/hahomematic";
|
homepage = "https://github.com/danielperna84/hahomematic";
|
||||||
|
changelog = "https://github.com/danielperna84/hahomematic/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue