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
commit 46ee8a369d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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