lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

dotlambda and committed by
GitHub
37010ce0 6b369770

+1 -2
+1 -2
pkgs/development/python-modules/livisi/default.nix
··· 21 21 hash = "sha256-5TRJfI4irg2/ZxpfgzShXE08HWU2aWLR8zGbrZKpwbc="; 22 22 }; 23 23 24 - pythonRelaxDeps = [ "colorlog" ]; 25 - 26 24 build-system = [ setuptools ]; 27 25 28 26 dependencies = [ ··· 38 36 doCheck = false; 39 37 40 38 meta = { 39 + changelog = "https://github.com/planbnet/livisi/releases/tag/${src.tag}"; 41 40 description = "Connection library for the abandoned Livisi Smart Home system"; 42 41 homepage = "https://github.com/planbnet/livisi"; 43 42 license = lib.licenses.asl20;