python3Packages.scrapy-fake-useragent: fix license

which upstream changed to MIT with alecxe/scrapy-fake-useragent@0ea7614
This commit is contained in:
Raphael Borun Das Gupta 2020-10-21 21:54:02 +02:00 committed by Jon
parent a3b1b42d32
commit 44465f606e

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Random User-Agent middleware based on fake-useragent";
homepage = "https://github.com/alecxe/scrapy-fake-useragent";
license = licenses.bsd3;
license = licenses.mit;
};
}