From a97259b067fdbb6fa7af68f58b20c4210e10bcdf Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 20 Oct 2019 15:03:02 +0200 Subject: pythonPackages.geoip2: fix meta.license Apache 2.0 and not Apple Public Source License 2.0 --- pkgs/development/python-modules/geoip2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development') diff --git a/pkgs/development/python-modules/geoip2/default.nix b/pkgs/development/python-modules/geoip2/default.nix index 97371d1b65a2..5d26793250c4 100644 --- a/pkgs/development/python-modules/geoip2/default.nix +++ b/pkgs/development/python-modules/geoip2/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { meta = with lib; { description = "MaxMind GeoIP2 API"; homepage = "https://www.maxmind.com/en/home"; - license = licenses.apsl20; + license = licenses.asl20; maintainers = with maintainers; [ ]; }; } -- cgit 1.4.1