pythonPackages.geoip2: fix meta.license
Apache 2.0 and not Apple Public Source License 2.0
This commit is contained in:
parent
89b3218101
commit
a97259b067
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "MaxMind GeoIP2 API";
|
description = "MaxMind GeoIP2 API";
|
||||||
homepage = "https://www.maxmind.com/en/home";
|
homepage = "https://www.maxmind.com/en/home";
|
||||||
license = licenses.apsl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user