github.com/bdwilliams/libcompose@v0.3.1-0.20160826154243-d81a9bdacff0/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  			"joshwget",
    19  			"gdevillele",
    20  			"vdemeester",
    21  		]
    22  
    23  [people]
    24  
    25  # A reference list of all people associated with the project.
    26  # All other sections should refer to people by their canonical key
    27  # in the people section.
    28  
    29  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    30  
    31  	[people.aanand]
    32  	Name = "Aanand Prasad"
    33  	Email = "aanand@docker.com"
    34  	GitHub = "aanand"
    35  
    36  	[people.aduermael]
    37  	Name = "Adrien Duermael"
    38  	Email = "adrien@docker.com"
    39  	GitHub = "aduermael"
    40  
    41  	[people.dnephin]
    42  	Name = "Daniel Nephin"
    43  	Email = "dnephin@gmail.com"
    44  	GitHub = "dnephin"
    45  
    46  	[people.ibuildthecloud]
    47  	Name = "Darren Shepherd"
    48  	Email = "darren@rancher.com"
    49  	GitHub = "ibuildthecloud"
    50  
    51  	[people.gdevillele]
    52  	Name = "Gaetan de Villele"
    53  	Email = "gaetan@docker.com"
    54  	GitHub = "gdevillele"
    55  
    56  	[people.joshwget]
    57  	Name = "Josh Curl"
    58  	Email = "josh@rancher.com"
    59  	GitHub = "joshwget"
    60  
    61  	[people.vdemeester]
    62  	Name = "Vincent Demeester"
    63  	Email = "vincent@sbr.pm"
    64  	GitHub = "vdemeester"