2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 09:34:36 +00:00

pmtiles: add geospatial team as maintainer ()

This commit is contained in:
Aleksana 2024-09-06 21:18:39 +08:00 committed by GitHub
commit 31247792c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ buildGoModule rec {
description = "Single-file utility for creating and working with PMTiles archives";
homepage = "https://github.com/protomaps/go-pmtiles";
license = licenses.bsd3;
maintainers = [ maintainers.theaninova ];
maintainers = teams.geospatial.members ++ (with maintainers; [ theaninova ]);
mainProgram = "pmtiles";
};
}