Unverified Commit 8dcf8f95 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.garth: add changelog to meta

parent 5a65ef7f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };