aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix
index a9199614f46d..b2de4e9a993b 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/python-modules/scrapy-fake-useragent/default.nix
@@ -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;
};
}