python313Packages.finitude: add changelog to meta
This commit is contained in:
@@ -41,6 +41,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python module to get data from ABCD bus (RS-485) used by Carrier Infinity and Bryant Evolution HVAC systems";
|
||||
homepage = "https://github.com/dulitz/finitude";
|
||||
changelog = "https://github.com/dulitz/finitude/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user