MAINTAINERS 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Libnetwork maintainers file
  2. #
  3. # This file describes who runs the docker/libnetwork 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. "aboch",
  15. "LK4D4",
  16. "icecrime",
  17. "mrjana",
  18. "mavenugo",
  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.aboch]
  26. Name = "Alessandro Boch"
  27. Email = "[email protected]"
  28. GitHub = "aboch"
  29. [people.LK4D4]
  30. Name = "Alexandr Morozov"
  31. Email = "[email protected]"
  32. GitHub = "LK4D4"
  33. [people.icecrime]
  34. Name = "Arnaud Porterie"
  35. Email = "[email protected]"
  36. GitHub = "icecrime"
  37. [people.mrjana]
  38. Name = "Jana Radhakrishnan"
  39. Email = "[email protected]"
  40. GitHub = "mrjana"
  41. [people.mavenugo]
  42. Name = "Madhu Venugopal"
  43. Email = "[email protected]"
  44. GitHub = "mavenugo"