Commit 96199e29 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

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