shapelib: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-17 20:10:14 +01:00
parent 867939d701
commit ca52ee59fe

View File

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