github.com/npaton/distribution@v2.3.1-rc.0+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.brianbland]
    36  	Name = "Brian Bland"
    37  	Email = "brian.bland@docker.com"
    38  	GitHub = "BrianBland"
    39  
    40  	[people.dmcgowan]
    41  	Name = "Derek McGowan"
    42  	Email = "derek@mcgstyle.net"
    43  	GitHub = "dmcgowan"
    44  
    45  	[people.dmp42]
    46  	Name = "Olivier Gambier"
    47  	Email = "olivier@docker.com"
    48  	GitHub = "dmp42"
    49  
    50  	[people.richardscothern]
    51  	Name = "Richard Scothern"
    52  	Email = "richard.scothern@gmail.com"
    53  	GitHub = "richardscothern"
    54  
    55  	[people.shykes]
    56  	Name = "Solomon Hykes"
    57  	Email = "solomon@docker.com"
    58  	GitHub = "shykes"
    59  
    60  	[people.stevvooe]
    61  	Name = "Stephen Day"
    62  	Email = "stephen.day@docker.com"
    63  	GitHub = "stevvooe"