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

This commit is contained in:
Fabian Affolter
2025-06-02 14:23:30 +02:00
committed by GitHub
parent 01c3aea0e5
commit 3350ffcef5
@@ -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 ];
};