python3Packages.paypal-checkout-serversdk: drop changelog url

The repo was removed, but the package is still used in Pretix for the
time being.
This commit is contained in:
Martin Weinelt
2026-04-27 21:50:27 +02:00
parent 957646504d
commit 93c42fbbbc
@@ -43,7 +43,6 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/paypal/Checkout-Python-SDK/releases/tag/${version}";
description = "Python SDK for Checkout RESTful APIs";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ hexa ];