geos: fix homepage
This commit is contained in:
parent
5760002d95
commit
6937213e4a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ port of the Java Topology Suite (JTS)";
|
||||
homepage = http://geos.refractions.net/;
|
||||
homepage = https://trac.osgeo.org/geos;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue