tegola: add geospatial team to maintainers

This commit is contained in:
Nikolay Korotkiy
2024-04-12 19:06:08 +04:00
parent 421bd7e5db
commit 59da012b5b
+1 -1
View File
@@ -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;
};
}