3
0
Fork 0
forked from mirrors/nixpkgs

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 ];
meta = {
meta = with stdenv.lib; {
description = "C++ port of the Java Topology Suite (JTS)";
homepage = http://geos.refractions.net/;
license = "GPL";
license = licenses.lgpl21;
};
}