pg_tileserv: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-28 11:49:03 +01:00
parent 676c6d52e7
commit 5d3a53c02e

View File

@ -31,6 +31,6 @@ buildGoModule rec {
description = "A very thin PostGIS-only tile server in Go";
homepage = "https://github.com/CrunchyData/pg_tileserv";
license = licenses.asl20;
maintainers = with maintainers; [ sikmir ];
maintainers = teams.geospatial.members;
};
}