Merge pull request #270609 from imincik/pg_featureserv-add-geospatial-team-maint

pg_featureserv: add geospatial team to maintainers
This commit is contained in:
Nikolay Korotkiy 2023-11-28 22:38:50 +04:00 committed by GitHub
commit a54350357e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}