Unverified Commit 86c5aae2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.knocki: add changelog to meta

parent bcdb0251
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };