MAINTAINERS 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Distribution maintainers file
  2. #
  3. # This file describes who runs the docker/distribution 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. "aaronlehmann",
  15. "dmcgowan",
  16. "dmp42",
  17. "richardscothern",
  18. "shykes",
  19. "stevvooe",
  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.aaronlehmann]
  27. Name = "Aaron Lehmann"
  28. Email = "[email protected]"
  29. GitHub = "aaronlehmann"
  30. [people.brianbland]
  31. Name = "Brian Bland"
  32. Email = "[email protected]"
  33. GitHub = "BrianBland"
  34. [people.dmcgowan]
  35. Name = "Derek McGowan"
  36. Email = "[email protected]"
  37. GitHub = "dmcgowan"
  38. [people.dmp42]
  39. Name = "Olivier Gambier"
  40. Email = "[email protected]"
  41. GitHub = "dmp42"
  42. [people.richardscothern]
  43. Name = "Richard Scothern"
  44. Email = "[email protected]"
  45. GitHub = "richardscothern"
  46. [people.shykes]
  47. Name = "Solomon Hykes"
  48. Email = "[email protected]"
  49. GitHub = "shykes"
  50. [people.stevvooe]
  51. Name = "Stephen Day"
  52. Email = "[email protected]"
  53. GitHub = "stevvooe"