Commit 64205f60 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

pg_featureserv: add geospatial team to maintainers

parent 676c6d52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ buildGoModule rec {
    description = "Lightweight RESTful Geospatial Feature Server for PostGIS in Go";
    homepage = "https://github.com/CrunchyData/pg_featureserv";
    license = licenses.asl20;
    maintainers = with maintainers; [ sikmir ];
    maintainers = teams.geospatial.members;
  };
}