python3Packages.cloudflare: fix meta.changelog URL

This commit is contained in:
FliegendeWurst
2025-05-28 23:23:32 +02:00
parent e0042dedfb
commit 48a96d6651
@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = {
description = "Official Python library for the Cloudflare API";
homepage = "https://github.com/cloudflare/cloudflare-python";
changelog = "https://github.com/cloudflare/cloudflare-python/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/cloudflare/cloudflare-python/blob/v${version}/CHANGELOG.md";
maintainers = with lib.maintainers; [
marie
jemand771