python311Packages.garth: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-01-14 12:25:33 +01:00
committed by GitHub
parent 5a65ef7fc6
commit 8dcf8f9572
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.44";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -59,6 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Garmin SSO auth and connect client";
homepage = "https://github.com/matin/garth";
changelog = "https://github.com/matin/garth/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};