libmaxminddb: fix meta.license

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

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "C library for working with MaxMind geolocation DB files";
homepage = https://github.com/maxmind/libmaxminddb;
license = licenses.apsl20;
license = licenses.asl20;
platforms = platforms.all;
maintainers = [ maintainers.vcunat ];
};