github.com/hinshun/containerd@v0.2.7/MAINTAINERS (about)

     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  
    19  [people]
    20  
    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  
    25  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    26  
    27      [people.crosbymichael]
    28      Name = "Michael Crosby"
    29      Email = "crosbymichael@gmail.com"
    30      GitHub = "crosbymichael"
    31  
    32      [people.tonistiigi]
    33      Name = "Tõnis Tiigi"
    34      Email = "tonis@docker.com"
    35      GitHub = "tonistiigi"
    36  
    37      [people.mlaventure]
    38      Name = "Kenfe-Mickaël Laventure"
    39      Email = "mickael.laventure@docker.com"
    40      GitHub = "mlaventure"
    41