...

Text file src/github.com/docker/docker-credential-helpers/MAINTAINERS

Documentation: github.com/docker/docker-credential-helpers

     1# docker-credential-helpers maintainers file
     2#
     3# This file describes who runs the docker/docker-credential-helpers 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			"coolljt0725",
    15			"cpuguy83",
    16			"crosbymichael",
    17			"dnephin",
    18			"duglin",
    19			"estesp",
    20			"jhowardmsft",
    21			"mavenugo",
    22			"mhbauer",
    23			"n4ss",
    24			"runcom",
    25			"stevvooe",
    26			"thajeztah",
    27			"tianon",
    28			"tibor",
    29			"tonistiigi",
    30			"unclejack",
    31			"vdemeester",
    32			"vieux"
    33		]
    34
    35[people]
    36
    37# A reference list of all people associated with the project.
    38# All other sections should refer to people by their canonical key
    39# in the people section.
    40
    41	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    42
    43	[people.coolljt0725]
    44	Name = "Lei Jitang"
    45	Email = "leijitang@huawei.com"
    46	GitHub = "coolljt0725"
    47
    48	[people.cpuguy83]
    49	Name = "Brian Goff"
    50	Email = "cpuguy83@gmail.com"
    51	Github = "cpuguy83"
    52
    53	[people.crosbymichael]
    54	Name = "Michael Crosby"
    55	Email = "crosbymichael@gmail.com"
    56	GitHub = "crosbymichael"
    57
    58	[people.dnephin]
    59	Name = "Daniel Nephin"
    60	Email = "dnephin@gmail.com"
    61	GitHub = "dnephin"
    62
    63	[people.duglin]
    64	Name = "Doug Davis"
    65	Email = "dug@us.ibm.com"
    66	GitHub = "duglin"
    67
    68	[people.estesp]
    69	Name = "Phil Estes"
    70	Email = "estesp@linux.vnet.ibm.com"
    71	GitHub = "estesp"
    72
    73	[people.jhowardmsft]
    74	Name = "John Howard"
    75	Email = "jhoward@microsoft.com"
    76	GitHub = "jhowardmsft"
    77
    78	[people.mavenugo]
    79	Name = "Madhu Venugopal"
    80	Email = "madhu@docker.com"
    81	GitHub = "mavenugo"
    82
    83	[people.mhbauer]
    84	Name = "Morgan Bauer"
    85	Email = "mbauer@us.ibm.com"
    86	GitHub = "mhbauer"
    87
    88	[people.n4ss]
    89	Name = "Nassim Eddequiouaq"
    90	Email = "eddequiouaq.nassim@gmail.com"
    91	GitHub = "n4ss"
    92
    93	[people.runcom]
    94	Name = "Antonio Murdaca"
    95	Email = "runcom@redhat.com"
    96	GitHub = "runcom"
    97
    98	[people.stevvooe]
    99	Name = "Stephen Day"
   100	Email = "stephen.day@docker.com"
   101	GitHub = "stevvooe"
   102	
   103	[people.thajeztah]
   104	Name = "Sebastiaan van Stijn"
   105	Email = "github@gone.nl"
   106	GitHub = "thaJeztah"
   107
   108	[people.tianon]
   109	Name = "Tianon Gravi"
   110	Email = "admwiggin@gmail.com"
   111	GitHub = "tianon"
   112
   113	[people.tibor]
   114	Name = "Tibor Vass"
   115	Email = "tibor@docker.com"
   116	GitHub = "tiborvass"
   117
   118	[people.tonistiigi]
   119	Name = "Tõnis Tiigi"
   120	Email = "tonis@docker.com"
   121	GitHub = "tonistiigi"
   122
   123	[people.unclejack]
   124	Name = "Cristian Staretu"
   125	Email = "cristian.staretu@gmail.com"
   126	GitHub = "unclejack"
   127
   128	[people.vdemeester]
   129	Name = "Vincent Demeester"
   130	Email = "vincent@sbr.pm"
   131	GitHub = "vdemeester"
   132
   133	[people.vieux]
   134	Name = "Victor Vieux"
   135	Email = "vieux@docker.com"
   136	GitHub = "vieux"

View as plain text