python310Packages.stripe: add changelog to meta
This commit is contained in:
@@ -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; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user