Unverified Commit 3350ffce authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.tesla-fleet-api: add changelog to meta

parent 01c3aea0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library for Tesla Fleet API and Teslemetry";
    homepage = "https://github.com/Teslemetry/python-tesla-fleet-api";
    changelog = "https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/${src.tag}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };