Skip to content

Commit d80b179

Browse files
committed
Merge pull request #16 from calavera/maintainers_file
Add maintainers file.
2 parents 00703eb + 2c63e77 commit d80b179

File tree

1 file changed

+160
-0
lines changed

1 file changed

+160
-0
lines changed

MAINTAINERS

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
# docker-credential-helpers maintainers file
2+
#
3+
# This file describes who runs the docker/docker-credential-helpers project and how.
4+
# This is a living document - if you see something out of date or missing, speak up!
5+
#
6+
# It is structured to be consumable by both humans and programs.
7+
# To extract its contents programmatically, use any TOML-compliant parser.
8+
#
9+
# This file is compiled into the MAINTAINERS file in docker/opensource.
10+
#
11+
[Org]
12+
[Org."Core maintainers"]
13+
people = [
14+
"aaronlehmann",
15+
"calavera",
16+
"coolljt0725",
17+
"cpuguy83",
18+
"crosbymichael",
19+
"dnephin",
20+
"dongluochen",
21+
"duglin",
22+
"estesp",
23+
"icecrime",
24+
"jhowardmsft",
25+
"lk4d4",
26+
"mavenugo",
27+
"mhbauer",
28+
"runcom",
29+
"stevvooe",
30+
"thajeztah",
31+
"tianon",
32+
"tibor",
33+
"tonistiigi",
34+
"unclejack",
35+
"vdemeester",
36+
"vieux"
37+
]
38+
39+
[people]
40+
41+
# A reference list of all people associated with the project.
42+
# All other sections should refer to people by their canonical key
43+
# in the people section.
44+
45+
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
46+
47+
[people.aaronlehmann]
48+
Name = "Aaron Lehmann"
49+
50+
GitHub = "aaronlehmann"
51+
52+
[people.calavera]
53+
Name = "David Calavera"
54+
55+
GitHub = "calavera"
56+
57+
[people.coolljt0725]
58+
Name = "Lei Jitang"
59+
60+
GitHub = "coolljt0725"
61+
62+
[people.cpuguy83]
63+
Name = "Brian Goff"
64+
65+
Github = "cpuguy83"
66+
67+
[people.crosbymichael]
68+
Name = "Michael Crosby"
69+
70+
GitHub = "crosbymichael"
71+
72+
[people.dnephin]
73+
Name = "Daniel Nephin"
74+
75+
GitHub = "dnephin"
76+
77+
[people.dongluochen]
78+
Name = "Dongluo Chen"
79+
80+
GitHub = "dongluochen"
81+
82+
[people.duglin]
83+
Name = "Doug Davis"
84+
85+
GitHub = "duglin"
86+
87+
[people.estesp]
88+
Name = "Phil Estes"
89+
90+
GitHub = "estesp"
91+
92+
[people.icecrime]
93+
Name = "Arnaud Porterie"
94+
95+
GitHub = "icecrime"
96+
97+
[people.jhowardmsft]
98+
Name = "John Howard"
99+
100+
GitHub = "jhowardmsft"
101+
102+
[people.lk4d4]
103+
Name = "Alexander Morozov"
104+
105+
GitHub = "lk4d4"
106+
107+
[people.mavenugo]
108+
Name = "Madhu Venugopal"
109+
110+
GitHub = "mavenugo"
111+
112+
[people.mhbauer]
113+
Name = "Morgan Bauer"
114+
115+
GitHub = "mhbauer"
116+
117+
[people.runcom]
118+
Name = "Antonio Murdaca"
119+
120+
GitHub = "runcom"
121+
122+
[people.stevvooe]
123+
Name = "Stephen Day"
124+
125+
GitHub = "stevvooe"
126+
127+
[people.thajeztah]
128+
Name = "Sebastiaan van Stijn"
129+
130+
GitHub = "thaJeztah"
131+
132+
[people.tianon]
133+
Name = "Tianon Gravi"
134+
135+
GitHub = "tianon"
136+
137+
[people.tibor]
138+
Name = "Tibor Vass"
139+
140+
GitHub = "tiborvass"
141+
142+
[people.tonistiigi]
143+
Name = "Tõnis Tiigi"
144+
145+
GitHub = "tonistiigi"
146+
147+
[people.unclejack]
148+
Name = "Cristian Staretu"
149+
150+
GitHub = "unclejack"
151+
152+
[people.vdemeester]
153+
Name = "Vincent Demeester"
154+
155+
GitHub = "vdemeester"
156+
157+
[people.vieux]
158+
Name = "Victor Vieux"
159+
160+
GitHub = "vieux"

0 commit comments

Comments
 (0)