Unverified Commit 9df8adbd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.cloudflare: add changelog to meta

parent bb237b55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };