python310Packages.cloudflare: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-05-19 22:10:06 +02:00
committed by GitHub
parent bb237b5522
commit 9df8adbdb3
@@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for the Cloudflare v4 API";
homepage = "https://github.com/cloudflare/python-cloudflare";
changelog = "https://github.com/cloudflare/python-cloudflare/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
};