mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
python3Packages.cloudflare: fix meta.changelog URL (#411900)
This commit is contained in:
commit
46ee8a369d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue