Skip to content

Commit b094461

Browse files
committed
Merge pull request #871 from thaJeztah/update-maintainers
update maintainers file for parsing
2 parents 6611ffe + 6853af0 commit b094461

File tree

1 file changed

+52
-5
lines changed

1 file changed

+52
-5
lines changed

MAINTAINERS

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
1-
Joffrey F <[email protected]> (@shin-)
2-
Maxime Petazzoni <[email protected]> (@mpetazzoni)
3-
Aanand Prasad <[email protected]> (@aanand)
4-
Daniel Nephin <[email protected]> (@dnephin)
5-
Mazz Mosley <[email protected]> (@mnowster)
1+
# Docker-py maintainers file
2+
#
3+
# This file describes who runs the docker/docker-py 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+
"aanand",
15+
"dnephin",
16+
"mnowster",
17+
"mpetazzoni",
18+
"shin-",
19+
]
20+
21+
[people]
22+
23+
# A reference list of all people associated with the project.
24+
# All other sections should refer to people by their canonical key
25+
# in the people section.
26+
27+
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
28+
29+
[people.aanand]
30+
Name = "Aanand Prasad"
31+
32+
GitHub = "aanand"
33+
34+
[people.dnephin]
35+
Name = "Daniel Nephin"
36+
37+
GitHub = "dnephin"
38+
39+
[people.mnowster]
40+
Name = "Mazz Mosley"
41+
42+
GitHub = "mnowster"
43+
44+
[people.mpetazzoni]
45+
Name = "Maxime Petazzoni"
46+
47+
GitHub = "mpetazzoni"
48+
49+
[people.shin-]
50+
Name = "Joffrey F"
51+
52+
GitHub = "shin-"

0 commit comments

Comments
 (0)