Unverified Commit 8a080ce7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.finitude: add changelog to meta

parent 841b7851
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };