python3Packages.cloudflare: fix meta.changelog URL (#411900)

This commit is contained in:
Arne Keller
2025-05-29 14:10:15 +02:00
committed by GitHub
@@ -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