Unverified Commit 89dd71cd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

shapelib: add geospatial team to maintainers
parents 32e2a7ee ca52ee59
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 ];
  };
}