-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMAINTAINERS.toml
More file actions
39 lines (31 loc) · 849 Bytes
/
MAINTAINERS.toml
File metadata and controls
39 lines (31 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Veraison Org maintainers file
#
# This file lists the maintainers of the Veraison project.
#
[maintainers]
# Org maintainers of the project.
[maintainers.core]
people = [
"simonfrostarm",
"thomasfossati",
"yogeshdeshpande",
"sergeitrofimov",
]
[people]
# A reference list of all people associated with the project.
[people.simonfrost]
Name = "Simon Frost"
Email = "simon.frost@arm.com"
GitHub = "simonfrost-arm"
[people.sergeitrofimov]
Name = "Sergei Trofimov"
Email = "sergei.trofimov@arm.com"
GitHub = "setrofim"
[people.thomasfossati]
Name = "Thomas Fossati"
Email = "thomas.fossati@arm.com"
GitHub = "thomas-fossati"
[people.yogeshdeshpande]
Name = "Yogesh Deshpande"
Email = "yogesh.deshpande@arm.com"
GitHub = "yogeshbdeshpande"