From 93c42fbbbc90db7714880f44fe8ef4821e327cb0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Apr 2026 21:50:27 +0200 Subject: [PATCH] python3Packages.paypal-checkout-serversdk: drop changelog url The repo was removed, but the package is still used in Pretix for the time being. --- .../python-modules/paypal-checkout-serversdk/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/paypal-checkout-serversdk/default.nix b/pkgs/development/python-modules/paypal-checkout-serversdk/default.nix index 7db5b1a863ad..d8709d0478a7 100644 --- a/pkgs/development/python-modules/paypal-checkout-serversdk/default.nix +++ b/pkgs/development/python-modules/paypal-checkout-serversdk/default.nix @@ -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 ];