python310Packages.aiobiketrax: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-10 17:05:10 +01:00
parent bdf8a69ecc
commit 1f65b6a511

View File

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for interacting with the PowUnity BikeTrax GPS tracker";
homepage = "https://github.com/basilfx/aiobiketrax";
changelog = "https://github.com/basilfx/aiobiketrax/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};