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 meta = { 42 description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems"; 43 homepage = "https://github.com/dulitz/finitude"; 44 license = lib.licenses.mit; 45 maintainers = with lib.maintainers; [ fab ]; 46 };
··· 41 meta = { 42 description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems"; 43 homepage = "https://github.com/dulitz/finitude"; 44 + changelog = "https://github.com/dulitz/finitude/releases/tag/v${version}"; 45 license = lib.licenses.mit; 46 maintainers = with lib.maintainers; [ fab ]; 47 };