mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
libmaxminddb: fix meta.license
Apache 2.0 and not Apple Public Source License 2.0
This commit is contained in:
parent
d7161848fe
commit
89b3218101
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue