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

python310Packages.stripe: add changelog to meta

parent b07da972
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Stripe Python bindings";
    homepage = "https://github.com/stripe/stripe-python";
    changelog = "https://github.com/stripe/stripe-python/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };