geoserver: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-17 22:29:34 +01:00
parent 9f98f2904b
commit 3d84496c93

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = "https://geoserver.org/"; homepage = "https://geoserver.org/";
sourceProvenance = with sourceTypes; [ binaryBytecode ]; sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ sikmir ]; maintainers = teams.geospatial.members;
platforms = platforms.all; platforms = platforms.all;
}; };
} }