Commit 78188e2b authored by Mike Taves's avatar Mike Taves Committed by Anderson Torres
Browse files

geos: update meta attrs

parent 3d871248
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,10 +21,11 @@ stdenv.mkDerivation (finalAttrs: {
  passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;

  meta = with lib; {
    description = "C++ port of the Java Topology Suite (JTS)";
    homepage = "https://trac.osgeo.org/geos";
    description = "C/C++ library for computational geometry with a focus on algorithms used in geographic information systems (GIS) software";
    homepage = "https://libgeos.org";
    license = licenses.lgpl21Only;
    maintainers = teams.geospatial.members;
    pkgConfigModules = [ "geos" ];
    mainProgram = "geosop";
  };
})