Commit 5ec8c0b4 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.livisi: add meta.changelog

parent c59f5ce9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;