tippecanoe: geospatial team as maintainer

This commit is contained in:
Ivan Mincik 2024-09-03 16:06:40 +02:00
parent ce3281e557
commit 956a749594

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Build vector tilesets from large collections of GeoJSON features";
homepage = "https://github.com/felt/tippecanoe";
license = licenses.bsd2;
maintainers = with maintainers; [ sikmir ];
maintainers = teams.geospatial.members;
platforms = platforms.unix;
mainProgram = "tippecanoe";
};