-
Notifications
You must be signed in to change notification settings - Fork 27
/
MAINTAINERS.toml
63 lines (50 loc) · 1.39 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
# parsec-client-rust maintainers file
#
# This file lists the maintainers of the parallaxsecond/parsec-client-rust
# 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",
"anta5010",
"heavypackets",
"hug-dev",
"ionut-arm",
"justincormack",
"paulhowardarm",
]
[people]
# A reference list of all people associated with the project.
[people.adamparco]
Name = "Adam Parco"
Email = "[email protected]"
GitHub = "adamparco"
[people.anta5010]
Name = "Anton Antonov"
Email = "[email protected]"
GitHub = "anta5010"
[people.heavypackets]
Name = "Sabree Blackmon"
Email = "[email protected]"
GitHub = "heavypackets"
[people.hug-dev]
Name = "Hugues de Valon"
Email = "[email protected]"
GitHub = "hug-dev"
[people.ionut-arm]
Name = "Ionut Mihalcea"
Email = "[email protected]"
GitHub = "ionut-arm"
[people.justincormack]
Name = "Justin Cormack"
Email = "[email protected]"
GitHub = "justincormack"
[people.paulhowardarm]
Name = "Paul Howard"
Email = "[email protected]"
GitHub = "paulhowardarm"