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

libspatialite: add geospatial team to maintainers

parent 4af30c40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
    # They allow any of these
    license = with licenses; [ gpl2Plus lgpl21Plus mpl11 ];
    platforms = platforms.unix;
    maintainers = with maintainers; [ dotlambda ];
    maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ];
  };
}