github.com/CPtung/libcompose@v0.4.3/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  			"dnephin",
    15  			"vdemeester",
    16  		]
    17  
    18  [people]
    19  
    20  # A reference list of all people associated with the project.
    21  # All other sections should refer to people by their canonical key
    22  # in the people section.
    23  
    24  	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    25  	[people.dnephin]
    26  	Name = "Daniel Nephin"
    27  	Email = "dnephin@gmail.com"
    28  	GitHub = "dnephin"
    29  
    30  	[people.vdemeester]
    31  	Name = "Vincent Demeester"
    32  	Email = "vincent@sbr.pm"
    33  	GitHub = "vdemeester"