github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/libnetwork/MAINTAINERS (about)

     1  # Libnetwork maintainers file
     2  #
     3  # This file describes who runs the docker/libnetwork 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  			"aboch",
    15  			"LK4D4",
    16  			"icecrime",
    17  			"mrjana",
    18  			"mavenugo",
    19                          "sanimej",
    20                          "chenchun",
    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.aboch]
    32  	Name = "Alessandro Boch"
    33  	Email = "aboch@docker.com"
    34  	GitHub = "aboch"
    35  
    36  	[people.LK4D4]
    37  	Name = "Alexandr Morozov"
    38  	Email = "lk4d4@docker.com"
    39  	GitHub = "LK4D4"
    40  
    41  	[people.chenchun]
    42  	Name = "Chun Chen"
    43  	Email = "ramichen@tencent.com"
    44  	GitHub = "chenchun"
    45  
    46  	[people.icecrime]
    47  	Name = "Arnaud Porterie"
    48  	Email = "arnaud@docker.com"
    49  	GitHub = "icecrime"
    50  
    51  	[people.mrjana]
    52  	Name = "Jana Radhakrishnan"
    53  	Email = "mrjana@docker.com"
    54  	GitHub = "mrjana"
    55  
    56  	[people.mavenugo]
    57  	Name = "Madhu Venugopal"
    58  	Email = "madhu@docker.com"
    59  	GitHub = "mavenugo"
    60  
    61  	[people.sanimej]
    62  	Name = "Santhosh Manohar"
    63  	Email = "santhosh@docker.com"
    64  	GitHub = "sanimej"