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

Merge pull request #267610 from imincik/libspatialite-add-geospatial-team-maint

libspatialite: add geospatial team to maintainers
parents fdb640b6 d619c27f
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 ];
  };
}