geos: change package maintainer to geospatial team

Maintainer change was pre-discussed with @willcohen over email.
@willcohen is now member of Geospatial team.
This commit is contained in:
Ivan Mincik 2023-06-19 17:23:53 +02:00
parent bab203fc27
commit d1ab4689dd

View File

@ -24,9 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "C++ port of the Java Topology Suite (JTS)";
homepage = "https://trac.osgeo.org/geos";
license = licenses.lgpl21Only;
maintainers = teams.geospatial.members;
pkgConfigModules = [ "geos" ];
maintainers = with lib.maintainers; [
willcohen
];
};
})