forked from mirrors/nixpkgs
python310Packages.cloudscraper: add changelog to meta
This commit is contained in:
parent
cfc3633d9e
commit
0ec9112cf4
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue