From 8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Wed, 15 Nov 2023 07:56:53 +0100 Subject: [PATCH] librttopo: add geospatial team to maintainers --- pkgs/development/libraries/librttopo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/librttopo/default.nix b/pkgs/development/libraries/librttopo/default.nix index 690417c3e730..5d768db366df 100644 --- a/pkgs/development/libraries/librttopo/default.nix +++ b/pkgs/development/libraries/librttopo/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { description = "RT Topology Library"; homepage = "https://git.osgeo.org/gitea/rttopo/librttopo"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ dotlambda ]; + maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ]; platforms = platforms.unix; }; }