Merge pull request #267168 from imincik/team-list-geo-update-enable-ping

maintainers/team-list: update geospatial team configuration

authored by

Nikolay Korotkiy and committed by
GitHub
62d7760b 1969ef27

+5 -1
+5 -1
maintainers/team-list.nix
··· 324 geospatial = { 325 members = [ 326 imincik 327 - sikmir 328 nh2 329 willcohen 330 ]; 331 scope = "Maintain geospatial packages."; 332 shortName = "Geospatial"; 333 }; 334 335 gitlab = {
··· 324 geospatial = { 325 members = [ 326 imincik 327 nh2 328 + sikmir 329 willcohen 330 ]; 331 + githubTeams = [ 332 + "geospatial" 333 + ]; 334 scope = "Maintain geospatial packages."; 335 shortName = "Geospatial"; 336 + enableFeatureFreezePing = true; 337 }; 338 339 gitlab = {