0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.cloudflare: fix meta.changelog URL

This commit is contained in:
FliegendeWurst 2025-05-27 13:18:49 +02:00
parent e0042dedfb
commit 48a96d6651

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