MAINTAINERS 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # go-events maintainers file
  2. #
  3. # This file describes who runs the docker/go-events 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. "aluzzardi",
  16. "lk4d4",
  17. "stevvooe",
  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.aaronlehmann]
  25. Name = "Aaron Lehmann"
  26. Email = "aaron.lehmann@docker.com"
  27. GitHub = "aaronlehmann"
  28. [people.aluzzardi]
  29. Name = "Andrea Luzzardi"
  30. Email = "al@docker.com"
  31. GitHub = "aluzzardi"
  32. [people.lk4d4]
  33. Name = "Alexander Morozov"
  34. Email = "lk4d4@docker.com"
  35. GitHub = "lk4d4"
  36. [people.stevvooe]
  37. Name = "Stephen Day"
  38. Email = "stephen.day@docker.com"
  39. GitHub = "stevvooe"