about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorIvan Mincik <ivan.mincik@gmail.com>2023-11-15 07:56:53 +0100
committerIvan Mincik <ivan.mincik@gmail.com>2023-11-15 07:56:53 +0100
commit8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf (patch)
treeb9008754ba0a6915cd26d014f76fbb3b178dc52a /pkgs
parent4af30c40e2d64df5d2c1f6aff63133d69280cb98 (diff)
downloadnixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar.gz
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar.bz2
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar.lz
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar.xz
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.tar.zst
nixlib-8e6b4ee37e66dca513aa5ea995acd0a26c2f5bbf.zip
librttopo: add geospatial team to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/librttopo/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }