python310Packages.stripe: add changelog to meta
This commit is contained in:
parent
b07da97238
commit
aa035e9408
1 changed files with 1 additions and 0 deletions
|
@ -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; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue