|
1 |
| -Aanand Prasad < [email protected]> (@aanand) |
2 |
| -Adrien Duermael < [email protected]> (@aduermael) |
3 |
| -Daniel Nephin < [email protected]> (@dnephin) |
4 |
| -Darren Shepherd < [email protected]> (@ibuildthecloud) |
5 |
| -Gaetan de Villele < [email protected]> (@gdevillele) |
6 |
| -Vincent Demeester < [email protected]> (@vdemeester) |
| 1 | +# Libcompose maintainers file |
| 2 | +# |
| 3 | +# This file describes who runs the docker/libcompose 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 | + "aduermael", |
| 16 | + "dnephin", |
| 17 | + "ibuildthecloud", |
| 18 | + "gdevillele", |
| 19 | + "vdemeester", |
| 20 | + ] |
| 21 | + |
| 22 | +[people] |
| 23 | + |
| 24 | +# A reference list of all people associated with the project. |
| 25 | +# All other sections should refer to people by their canonical key |
| 26 | +# in the people section. |
| 27 | + |
| 28 | + # ADD YOURSELF HERE IN ALPHABETICAL ORDER |
| 29 | + |
| 30 | + [people.aanand] |
| 31 | + Name = "Aanand Prasad" |
| 32 | + |
| 33 | + GitHub = "aanand" |
| 34 | + |
| 35 | + [people.aduermael] |
| 36 | + Name = "Adrien Duermael" |
| 37 | + |
| 38 | + GitHub = "aduermael" |
| 39 | + |
| 40 | + [people.dnephin] |
| 41 | + Name = "Daniel Nephin" |
| 42 | + |
| 43 | + GitHub = "dnephin" |
| 44 | + |
| 45 | + [people.ibuildthecloud] |
| 46 | + Name = "Darren Shepherd" |
| 47 | + |
| 48 | + GitHub = "ibuildthecloud" |
| 49 | + |
| 50 | + [people.gdevillele] |
| 51 | + Name = "Gaetan de Villele" |
| 52 | + |
| 53 | + GitHub = "gdevillele" |
| 54 | + |
| 55 | + [people.vdemeester] |
| 56 | + Name = "Vincent Demeester" |
| 57 | + |
| 58 | + GitHub = "vdemeester" |
0 commit comments