From 89b3218101c2ca38bf30cffdab25aa70515b780a Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 20 Oct 2019 15:00:24 +0200 Subject: [PATCH] libmaxminddb: fix meta.license Apache 2.0 and not Apple Public Source License 2.0 --- pkgs/development/libraries/libmaxminddb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libmaxminddb/default.nix b/pkgs/development/libraries/libmaxminddb/default.nix index 46ed250b7b19..2fa162b7e8b3 100644 --- a/pkgs/development/libraries/libmaxminddb/default.nix +++ b/pkgs/development/libraries/libmaxminddb/default.nix @@ -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 ]; };