MAINTAINERS 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. [people]
  22. # A reference list of all people associated with the project.
  23. # All other sections should refer to people by their canonical key
  24. # in the people section.
  25. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  26. [people.aanand]
  27. Name = "Aanand Prasad"
  28. Email = "[email protected]"
  29. GitHub = "aanand"
  30. [people.aduermael]
  31. Name = "Adrien Duermael"
  32. Email = "[email protected]"
  33. GitHub = "aduermael"
  34. [people.dnephin]
  35. Name = "Daniel Nephin"
  36. Email = "[email protected]"
  37. GitHub = "dnephin"
  38. [people.ibuildthecloud]
  39. Name = "Darren Shepherd"
  40. Email = "[email protected]"
  41. GitHub = "ibuildthecloud"
  42. [people.gdevillele]
  43. Name = "Gaetan de Villele"
  44. Email = "[email protected]"
  45. GitHub = "gdevillele"
  46. [people.vdemeester]
  47. Name = "Vincent Demeester"
  48. Email = "[email protected]"
  49. GitHub = "vdemeester"