python3Packages.cloudflare: fix meta.changelog URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user