MAINTAINERS 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # go-units maintainers file
  2. #
  3. # This file describes who runs the docker/go-units 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. "akihirosuda",
  15. "dnephin",
  16. "thajeztah",
  17. "vdemeester",
  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.akihirosuda]
  25. Name = "Akihiro Suda"
  26. Email = "suda.akihiro@lab.ntt.co.jp"
  27. GitHub = "AkihiroSuda"
  28. [people.dnephin]
  29. Name = "Daniel Nephin"
  30. Email = "dnephin@gmail.com"
  31. GitHub = "dnephin"
  32. [people.thajeztah]
  33. Name = "Sebastiaan van Stijn"
  34. Email = "github@gone.nl"
  35. GitHub = "thaJeztah"
  36. [people.vdemeester]
  37. Name = "Vincent Demeester"
  38. Email = "vincent@sbr.pm"
  39. GitHub = "vdemeester"