Change developer roles and emails

This commit is contained in:
Artem Bilan
2023-11-28 11:36:17 -05:00
parent 1a18d288dc
commit e29c0f6f43

View File

@@ -28,15 +28,21 @@ publishing {
}
developers {
developer {
id = 'garyrussell'
name = 'Gary Russell'
email = 'grussell@vmware.com'
id = 'sobychacko'
name = 'Soby Chacko'
email = 'soby.chacko@broadcom.com'
roles = ["project lead"]
}
developer {
id = 'abilan'
id = 'garyrussell'
name = 'Gary Russell'
email = 'github@gprussell.net'
roles = ["project lead emeritus"]
}
developer {
id = 'artembilan'
name = 'Artem Bilan'
email = 'abilan@vmware.com'
email = 'artem.bilan@broadcom.com'
roles = ["contributor"]
}
}