python310Packages.garminconnect: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-26 09:22:15 +01:00
committed by GitHub
parent 5260636043
commit 233eb18d26
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Garmin Connect Python API wrapper";
homepage = "https://github.com/cyberjunky/python-garminconnect";
changelog = "https://github.com/cyberjunky/python-garminconnect/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};