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; {
|
meta = with lib; {
|
||||||
description = "Garmin Connect Python API wrapper";
|
description = "Garmin Connect Python API wrapper";
|
||||||
homepage = "https://github.com/cyberjunky/python-garminconnect";
|
homepage = "https://github.com/cyberjunky/python-garminconnect";
|
||||||
|
changelog = "https://github.com/cyberjunky/python-garminconnect/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue