python311Packages.scrapy-fake-useragent: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-10 12:31:48 +02:00
parent 3f7b93f14c
commit 96199e2949

View file

@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Random User-Agent middleware based on fake-useragent";
homepage = "https://github.com/alecxe/scrapy-fake-useragent";
changelog = "https://github.com/alecxe/scrapy-fake-useragent/blob/master/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};