1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

mbtileserver: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-28 12:13:26 +01:00
parent dd1493df95
commit 1536d9f3ae

View file

@ -18,6 +18,6 @@ buildGoModule rec {
homepage = "https://github.com/consbio/mbtileserver";
changelog = "https://github.com/consbio/mbtileserver/blob/v${version}/CHANGELOG.md";
license = licenses.isc;
maintainers = with maintainers; [ sikmir ];
maintainers = teams.geospatial.members;
};
}