geos: fix license

This commit is contained in:
Orivej Desh 2019-06-06 14:45:09 +00:00
parent 16a066d968
commit 680f67829f

View File

@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
buildInputs = [ python ]; buildInputs = [ python ];
meta = { meta = with stdenv.lib; {
description = "C++ port of the Java Topology Suite (JTS)"; description = "C++ port of the Java Topology Suite (JTS)";
homepage = http://geos.refractions.net/; homepage = http://geos.refractions.net/;
license = "GPL"; license = licenses.lgpl21;
}; };
} }