Skip to content

Commit 9eed6c4

Browse files
committed
update maintainers file for parsing
this updates the MAINTAINERS file to the new format, so that it can be parsed and collected in the docker/opensource repository. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0ed615e commit 9eed6c4

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

MAINTAINERS

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
Tianon Gravi <[email protected]> (@tianon)
2-
Evan Hazlett <[email protected]> (@ehazlett)
1+
# Boot2Docker maintainers file
2+
#
3+
# This file describes who runs the docker/boot2docker 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+
"ehazlett",
15+
"tianon",
16+
]
17+
18+
[people]
19+
20+
# A reference list of all people associated with the project.
21+
# All other sections should refer to people by their canonical key
22+
# in the people section.
23+
24+
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
25+
26+
[people.ehazlett]
27+
Name = "Evan Hazlett"
28+
29+
GitHub = "ehazlett"
30+
31+
[people.tianon]
32+
Name = "Tianon Gravi"
33+
34+
GitHub = "tianon"

0 commit comments

Comments
 (0)