forked from mirrors/nixpkgs
geos: fix license
This commit is contained in:
parent
16a066d968
commit
680f67829f
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue