Merge pull request #268154 from imincik/shapelib-add-geospatial-team-maint

shapelib: add geospatial team to maintainers
This commit is contained in:
Nikolay Korotkiy
2023-11-17 23:55:03 +04:00
committed by GitHub
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "C Library for reading, writing and updating ESRI Shapefiles";
homepage = "http://shapelib.maptools.org/";
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
maintainers = with maintainers; teams.geospatial.members ++ [ ehmry ];
};
}