python3Packages.scrapy-fake-useragent: fix license
which upstream changed to MIT with alecxe/scrapy-fake-useragent@0ea7614
This commit is contained in:
parent
a3b1b42d32
commit
44465f606e
@ -19,6 +19,6 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Random User-Agent middleware based on fake-useragent";
|
description = "Random User-Agent middleware based on fake-useragent";
|
||||||
homepage = "https://github.com/alecxe/scrapy-fake-useragent";
|
homepage = "https://github.com/alecxe/scrapy-fake-useragent";
|
||||||
license = licenses.bsd3;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user