python3Packages.livisi: add meta.changelog (#420674)

This commit is contained in:
dotlambda
2025-09-29 16:28:34 +00:00
committed by GitHub
@@ -21,8 +21,6 @@ buildPythonPackage rec {
hash = "sha256-5TRJfI4irg2/ZxpfgzShXE08HWU2aWLR8zGbrZKpwbc=";
};
pythonRelaxDeps = [ "colorlog" ];
build-system = [ setuptools ];
dependencies = [
@@ -38,6 +36,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
changelog = "https://github.com/planbnet/livisi/releases/tag/${src.tag}";
description = "Connection library for the abandoned Livisi Smart Home system";
homepage = "https://github.com/planbnet/livisi";
license = lib.licenses.asl20;