python313Packages.finitude: add changelog to meta

authored by Fabian Affolter and committed by GitHub 8a080ce7 841b7851

Changed files
+1
pkgs
development
python-modules
finitude
+1
pkgs/development/python-modules/finitude/default.nix
··· 41 41 meta = { 42 42 description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems"; 43 43 homepage = "https://github.com/dulitz/finitude"; 44 + changelog = "https://github.com/dulitz/finitude/releases/tag/v${version}"; 44 45 license = lib.licenses.mit; 45 46 maintainers = with lib.maintainers; [ fab ]; 46 47 };