about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-04-09 14:01:18 +0400
committerNikolay Korotkiy <sikmir@disroot.org>2024-04-12 19:06:08 +0400
commit59da012b5b2491d14b4ba064efd0479e55a4ca3c (patch)
treee35cee50652b61070c1f07dbf9565881365caff8 /pkgs/servers
parent421bd7e5db610a1a301933f12d719b9fbc74c457 (diff)
tegola: add geospatial team to maintainers
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/geospatial/tegola/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/geospatial/tegola/default.nix b/pkgs/servers/geospatial/tegola/default.nix
index 163981b9a8ffd..0708c3afe7dcf 100644
--- a/pkgs/servers/geospatial/tegola/default.nix
+++ b/pkgs/servers/geospatial/tegola/default.nix
@@ -21,7 +21,7 @@ buildGoModule rec {
     homepage = "https://www.tegola.io/";
     description = "Mapbox Vector Tile server";
     mainProgram = "tegola";
-    maintainers = with maintainers; [ ingenieroariel ];
+    maintainers = with maintainers; teams.geospatial.members ++ [ ingenieroariel ];
     license = licenses.mit;
   };
 }