...
1# Spdystream maintainers file
2#
3# This file describes who runs the moby/spdystream 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 "adisky",
15 "dims",
16 "dmcgowan",
17 ]
18
19[people]
20
21# A reference list of all people associated with the project.
22# All other sections should refer to people by their canonical key
23# in the people section.
24
25 # ADD YOURSELF HERE IN ALPHABETICAL ORDER
26
27 [people.adisky]
28 Name = "Aditi Sharma"
29 Email = "adi.sky17@gmail.com"
30 GitHub = "adisky"
31
32 [people.dims]
33 Name = "Davanum Srinivas"
34 Email = "davanum@gmail.com"
35 GitHub = "dims"
36
37 [people.dmcgowan]
38 Name = "Derek McGowan"
39 Email = "derek@mcg.dev"
40 GitHub = "dmcgowan"
View as plain text