forked from mirrors/nixpkgs
python310Packages.garminconnect: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue