mapcache: add geospatial team to maintainers

+1 -1
+1 -1
pkgs/servers/geospatial/mapcache/default.nix
··· 55 55 homepage = "https://mapserver.org/mapcache/"; 56 56 changelog = "https://www.mapserver.org/development/changelog/mapcache/"; 57 57 license = licenses.mit; 58 - maintainers = with maintainers; [ sikmir ]; 58 + maintainers = teams.geospatial.members; 59 59 platforms = platforms.unix; 60 60 }; 61 61 }