...

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

Documentation: github.com/docker/go-events

     1# go-events maintainers file
     2#
     3# This file describes who runs the docker/go-events 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			"aluzzardi",
    16			"lk4d4",
    17			"stevvooe",
    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.aaronlehmann]
    29	Name = "Aaron Lehmann"
    30	Email = "aaron.lehmann@docker.com"
    31	GitHub = "aaronlehmann"
    32
    33	[people.aluzzardi]
    34	Name = "Andrea Luzzardi"
    35	Email = "al@docker.com"
    36	GitHub = "aluzzardi"
    37
    38	[people.lk4d4]
    39	Name = "Alexander Morozov"
    40	Email = "lk4d4@docker.com"
    41	GitHub = "lk4d4"
    42
    43	[people.stevvooe]
    44	Name = "Stephen Day"
    45	Email = "stephen.day@docker.com"
    46	GitHub = "stevvooe"

View as plain text