Blob


1 # go-p9p maintainers file
2 #
3 # This file describes who runs the docker/go-p9p 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 "djs55",
16 "FrenchBen",
17 "justincormack",
18 "stevvooe",
19 ]
21 [Org."Docs maintainers"]
23 people = [
24 "thajeztah"
25 ]
27 [people]
29 # A reference list of all people associated with the project.
30 # All other sections should refer to people by their canonical key
31 # in the people section.
33 # ADD YOURSELF HERE IN ALPHABETICAL ORDER
35 [people.aduermael]
36 Name = "Adrien Duermael"
37 Email = "adrien@docker.com"
38 GitHub = "aduermael"
40 [people.djs55]
41 Name = "David Scott"
42 Email = "dave.scott@docker.com"
43 GitHub = "djs55"
45 [people.FrenchBen]
46 Name = "Ben French"
47 Email = "frenchben@docker.com"
48 GitHub = "FrenchBen"
50 [people.justincormack]
51 Name = "Justin Cormack"
52 Email = "justin.cormack@docker.com"
53 GitHub = "justincormack"
55 [people.stevvooe]
56 Name = "Stephen Day"
57 Email = "stephen.day@docker.com"
58 GitHub = "stevvooe"
60 [people.thajeztah]
61 Name = "Sebastiaan van Stijn"
62 Email = "github@gone.nl"
63 GitHub = "thaJeztah"