From 96199e2949af0e16b68437670c1dbbb693fbf650 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Aug 2023 12:31:48 +0200 Subject: [PATCH] python311Packages.scrapy-fake-useragent: add changelog to meta --- .../development/python-modules/scrapy-fake-useragent/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/scrapy-fake-useragent/default.nix b/pkgs/development/python-modules/scrapy-fake-useragent/default.nix index e707981a8ccc..f4474235cd23 100644 --- a/pkgs/development/python-modules/scrapy-fake-useragent/default.nix +++ b/pkgs/development/python-modules/scrapy-fake-useragent/default.nix @@ -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; [ ]; };