...

Text file src/github.com/docker/go-connections/MAINTAINERS

Documentation: github.com/docker/go-connections

     1# go-connections maintainers file
     2#
     3# This file describes who runs the docker/go-connections 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			"akihirosuda",
    15			"dnephin",
    16			"thajeztah",
    17			"vdemeester",
    18		]
    19
    20[people]
    21
    22# A reference list of all people associated with the project.
    23# All other sections should refer to people by their canonical key
    24# in the people section.
    25
    26	# ADD YOURSELF HERE IN ALPHABETICAL ORDER
    27
    28	[people.akihirosuda]
    29	Name = "Akihiro Suda"
    30	Email = "akihiro.suda.cz@hco.ntt.co.jp"
    31	GitHub = "AkihiroSuda"
    32
    33	[people.dnephin]
    34	Name = "Daniel Nephin"
    35	Email = "dnephin@gmail.com"
    36	GitHub = "dnephin"
    37	
    38	[people.thajeztah]
    39	Name = "Sebastiaan van Stijn"
    40	Email = "github@gone.nl"
    41	GitHub = "thaJeztah"
    42
    43	[people.vdemeester]
    44	Name = "Vincent Demeester"
    45	Email = "vincent@sbr.pm"
    46	GitHub = "vdemeester"

View as plain text