Commit ca52ee59 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

shapelib: add geospatial team to maintainers

parent 867939d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}