Unverified Commit 31247792 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pmtiles: add geospatial team as maintainer (#339256)

parents a870a6e9 f0d9cf51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}