github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/MAINTAINERS (about)

     1  # Distribution maintainers file
     2  #
     3  # This file describes who runs the docker/distribution 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  			"aaronlehmann",
    15  			"dmcgowan",
    16  			"dmp42",
    17  			"richardscothern",
    18  			"shykes",
    19  			"stevvooe",
    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.aaronlehmann]
    31  	Name = "Aaron Lehmann"
    32  	Email = "aaron.lehmann@docker.com"
    33  	GitHub = "aaronlehmann"
    34  
    35  	[people.dmcgowan]
    36  	Name = "Derek McGowan"
    37  	Email = "derek@mcgstyle.net"
    38  	GitHub = "dmcgowan"
    39  
    40  	[people.dmp42]
    41  	Name = "Olivier Gambier"
    42  	Email = "olivier@docker.com"
    43  	GitHub = "dmp42"
    44  
    45  	[people.richardscothern]
    46  	Name = "Richard Scothern"
    47  	Email = "richard.scothern@gmail.com"
    48  	GitHub = "richardscothern"
    49  
    50  	[people.shykes]
    51  	Name = "Solomon Hykes"
    52  	Email = "solomon@docker.com"
    53  	GitHub = "shykes"
    54  
    55  	[people.stevvooe]
    56  	Name = "Stephen Day"
    57  	Email = "stephen.day@docker.com"
    58  	GitHub = "stevvooe"