python310Packages.cloudscraper: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 17:14:13 +01:00 committed by GitHub
parent cfc3633d9e
commit 0ec9112cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to bypass Cloudflare's anti-bot page";
homepage = "https://github.com/venomous/cloudscraper";
changelog = "https://github.com/VeNoMouS/cloudscraper/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ kini ];
};