MAINTAINERS 787 B

12345678910111213141516171819202122232425262728
  1. # go-connections maintainers file
  2. #
  3. # This file describes who runs the docker/go-connections 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. "calavera",
  15. ]
  16. [people]
  17. # A reference list of all people associated with the project.
  18. # All other sections should refer to people by their canonical key
  19. # in the people section.
  20. # ADD YOURSELF HERE IN ALPHABETICAL ORDER
  21. [people.calavera]
  22. Name = "David Calavera"
  23. Email = "[email protected]"
  24. GitHub = "calavera"