Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 5ba2934

Browse files
committed
this updates the MAINTAINERS file to the new toml format,
so that it can be parsed and collected in the docker/opensource repository. see docker/opensource#35 and moby/moby#18321 Signed-off-by: Jessica Frazelle <acidburn@docker.com>
1 parent 40148dd commit 5ba2934

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

MAINTAINERS

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1-
Adrien Duermael <adrien@docker.com> (@aduermael)
2-
Gaetan de Villele <gaetan@docker.com> (@gdevillele)
3-
Dave Tucker <dave.tucker@docker.com> (@dave-tucker)
1+
# Dockercraft maintainers file
2+
#
3+
# This file describes who runs the docker/dockercraft 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+
"aduermael",
15+
"davetucker",
16+
"gdevillele",
17+
]
18+
19+
[people]
20+
21+
# A reference list of all people associated with the project.
22+
# All other sections should refer to people by their canonical key
23+
# in the people section.
24+
25+
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
26+
27+
[people.aduermael]
28+
Name = "Adrien Duermael"
29+
Email = "adrien@docker.com"
30+
GitHub = "aduermael"
31+
32+
[people.davetucker]
33+
Name = "Dave Tucker"
34+
Email = "dave.tucker@docker.com"
35+
GitHub = "dave-tucker"
36+
37+
[people.gdevillele]
38+
Name = "Gaetan de Villele"
39+
Email = "gaetan@docker.com"
40+
GitHub = "gdevillele"

0 commit comments

Comments
 (0)