forked from mirrors/nixpkgs
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:
parent
bab203fc27
commit
d1ab4689dd
|
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue