Skip to content

Commit

Permalink
python3Packages.scrapy-fake-useragent: fix license
Browse files Browse the repository at this point in the history
which upstream changed to MIT with alecxe/scrapy-fake-useragent@0ea7614

(cherry picked from commit 44465f6)
  • Loading branch information
das-g authored and Jon committed Oct 21, 2020
1 parent e3efb20 commit 9e627ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
};
}

0 comments on commit 9e627ad

Please sign in to comment.