MAINTAINERS 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Containerd maintainers file
  2. #
  3. # This file describes who runs the docker/containerd 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. "crosbymichael",
  15. "tonistiigi",
  16. "mlaventure",
  17. ]
  18. [people]
  19. # A reference list of all people associated with the project.
  20. # All other sections should refer to people by their canonical key
  21. # in the people section.
  22. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  23. [people.crosbymichael]
  24. Name = "Michael Crosby"
  25. Email = "[email protected]"
  26. GitHub = "crosbymichael"
  27. [people.tonistiigi]
  28. Name = "Tõnis Tiigi"
  29. Email = "[email protected]"
  30. GitHub = "tonistiigi"
  31. [people.mlaventure]
  32. Name = "Kenfe-Mickaël Laventure"
  33. Email = "[email protected]"
  34. GitHub = "mlaventure"