python310Packages.homematicip: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-27 08:05:00 +01:00 committed by GitHub
parent dac7bf3553
commit 486bdc8c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for the homematicIP REST API";
homepage = "https://github.com/hahn-th/homematicip-rest-api";
changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};