maintainers/team-list: update team configuration

* enable githubTeams
* enable enableFeatureFreezePing
This commit is contained in:
Ivan Mincik 2023-11-13 09:01:16 +01:00
parent f8bd787134
commit 53fd90673e

View File

@ -324,12 +324,16 @@ with lib.maintainers; {
geospatial = { geospatial = {
members = [ members = [
imincik imincik
sikmir
nh2 nh2
sikmir
willcohen willcohen
]; ];
githubTeams = [
"geospatial"
];
scope = "Maintain geospatial packages."; scope = "Maintain geospatial packages.";
shortName = "Geospatial"; shortName = "Geospatial";
enableFeatureFreezePing = true;
}; };
gitlab = { gitlab = {