github.com/skippbox/kompose-origin@v0.0.0-20160524133224-16a9dca7bac2/MAINTAINERS (about)

     1  # Libcompose maintainers file
     2  #
     3  # This file describes who runs the docker/libcompose 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  			"aanand",
    15  			"aduermael",
    16  			"dnephin",
    17  			"ibuildthecloud",
    18  			"gdevillele",
    19  			"vdemeester",
    20  		]
    21  
    22  [people]
    23  
    24  # A reference list of all people associated with the project.
    25  # All other sections should refer to people by their canonical key
    26  # in the people section.
    27  
    28  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    29  
    30  	[people.aanand]
    31  	Name = "Aanand Prasad"
    32  	Email = "aanand@docker.com"
    33  	GitHub = "aanand"
    34  
    35  	[people.aduermael]
    36  	Name = "Adrien Duermael"
    37  	Email = "adrien@docker.com"
    38  	GitHub = "aduermael"
    39  
    40  	[people.dnephin]
    41  	Name = "Daniel Nephin"
    42  	Email = "dnephin@gmail.com"
    43  	GitHub = "dnephin"
    44  
    45  	[people.ibuildthecloud]
    46  	Name = "Darren Shepherd"
    47  	Email = "darren@rancher.com"
    48  	GitHub = "ibuildthecloud"
    49  
    50  	[people.gdevillele]
    51  	Name = "Gaetan de Villele"
    52  	Email = "gaetan@docker.com"
    53  	GitHub = "gdevillele"
    54  
    55  	[people.vdemeester]
    56  	Name = "Vincent Demeester"
    57  	Email = "vincent@sbr.pm"
    58  	GitHub = "vdemeester"