From d1ab4689ddb34c5babac00006d23ddce61136f3c Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 19 Jun 2023 17:23:53 +0200 Subject: [PATCH] geos: change package maintainer to geospatial team Maintainer change was pre-discussed with @willcohen over email. @willcohen is now member of Geospatial team. --- pkgs/development/libraries/geos/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/libraries/geos/default.nix b/pkgs/development/libraries/geos/default.nix index 333d8196d57f..c3c5b17372e0 100644 --- a/pkgs/development/libraries/geos/default.nix +++ b/pkgs/development/libraries/geos/default.nix @@ -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 - ]; }; })