MAINTAINERS 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # engine-api maintainers file
  2. #
  3. # This file describes who runs the docker/engine-api 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. "calavera",
  15. "dongluochen",
  16. "mhbauer",
  17. "vdemeester"
  18. ]
  19. [people]
  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. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  24. [people.calavera]
  25. Name = "David Calavera"
  26. Email = "[email protected]"
  27. GitHub = "calavera"
  28. [people.dongluochen]
  29. Name = "Dongluo Chen"
  30. Email = "[email protected]"
  31. GitHub = "dongluochen"
  32. [people.mhbauer]
  33. Name = "Morgan Bauer"
  34. Email = "[email protected]"
  35. GitHub = "mhbauer"
  36. [people.vdemeester]
  37. Name = "Vincent Demeester"
  38. Email = "[email protected]"
  39. GitHub = "vdemeester"