-
Notifications
You must be signed in to change notification settings - Fork 68
/
MAINTAINERS.toml
79 lines (64 loc) · 1.87 KB
/
MAINTAINERS.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Parsec maintainers file
#
# This file lists the maintainers of the parallaxsecond/parsec project.
#
# Its structure is inspired from the maintainers files in the Docker Github
# repositories. Please see the MAINTAINERS file in docker/opensource for more
# information.
[maintainers]
# Core maintainers of the project.
[maintainers.core]
people = [
"adamparco",
"heavypackets",
"hug-dev",
"ionut-arm",
"justincormack",
"paulhowardarm",
"anta5010",
"gowthamsk-arm",
"mohamedasaker-arm",
"tgonzalezorlandoarm",
]
[people]
# A reference list of all people associated with the project.
[people.adamparco]
Name = "Adam Parco"
Email = "aparco@mirantis.com"
GitHub = "adamparco"
[people.heavypackets]
Name = "Sabree Blackmon"
Email = "sabree.blackmon@docker.com"
GitHub = "heavypackets"
[people.hug-dev]
Name = "Hugues de Valon"
Email = "hugues.de-valon@einride.tech"
GitHub = "hug-dev"
[people.ionut-arm]
Name = "Ionut Mihalcea"
Email = "ionut.mihalcea@arm.com"
GitHub = "ionut-arm"
[people.justincormack]
Name = "Justin Cormack"
Email = "justin.cormack@docker.com"
GitHub = "justincormack"
[people.paulhowardarm]
Name = "Paul Howard"
Email = "paul.howard@arm.com"
GitHub = "paulhowardarm"
[people.anta5010]
Name = "Anton Antonov"
Email = "anton.antonov@arm.com"
GitHub = "anta5010"
[people.gowthamsk-arm]
Name = "Gowtham Suresh Kumar"
Email = "gowtham.sureshkumar@arm.com"
GitHub = "gowthamsk-arm"
[people.mohamedasaker-arm]
Name = "Mohamed Omar Asaker"
Email = "mohamed.omarasaker@arm.com"
GitHub = "mohamedasaker-arm"
[people.tgonzalezorlandoarm]
Name = "Tomás Agustín González Orlando"
Email = "tomasagustin.gonzalezorlando@arm.com"
GitHub = "tgonzalezorlandoarm"