pythonPackages.geoip2: fix meta.license

Apache 2.0 and not
Apple Public Source License 2.0
This commit is contained in:
Renaud 2019-10-20 15:03:02 +02:00 committed by GitHub
parent 89b3218101
commit a97259b067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [ ];
};
}