libspatialite: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik
2023-11-15 08:05:24 +01:00
parent 4af30c40e2
commit d619c27fc2
@@ -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 ];
};
}