MAINTAINERS 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Compose maintainers file
  2. #
  3. # This file describes who runs the docker/compose 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. "bfirsh",
  16. "dnephin",
  17. "mnowster",
  18. "shin-",
  19. ]
  20. [people]
  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. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  25. [people.aanand]
  26. Name = "Aanand Prasad"
  27. Email = "[email protected]"
  28. GitHub = "aanand"
  29. [people.bfirsh]
  30. Name = "Ben Firshman"
  31. Email = "[email protected]"
  32. GitHub = "bfirsh"
  33. [people.dnephin]
  34. Name = "Daniel Nephin"
  35. Email = "[email protected]"
  36. GitHub = "dnephin"
  37. [people.mnowster]
  38. Name = "Mazz Mosley"
  39. Email = "[email protected]"
  40. GitHub = "mnowster"
  41. [People.shin-]
  42. Name = "Joffrey F"
  43. Email = "[email protected]"
  44. GitHub = "shin-"