python312Packages.knocki: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-10-27 18:18:35 +01:00
committed by GitHub
parent bcdb025192
commit 86c5aae2bc
@@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous Python client for Knocki vibration / door sensors";
homepage = "https://github.com/swan-solutions/knocki-homeassistant";
changelog = "https://github.com/swan-solutions/knocki-homeassistant/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ mindstorms6 ];
};