geos: fix homepage

This commit is contained in:
Markus Kowalewski 2019-12-07 13:47:07 +01:00
parent 5760002d95
commit 6937213e4a
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}