File: MAINTAINERS

package info (click to toggle)
golang-github-linuxkit-virtsock 0.0~git20170720.0.0416e3d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • ctags: 444
  • sloc: ansic: 1,435; makefile: 81; sh: 7
file content (36 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# virtsock maintainers file
#
# It is structured to be consumable by both humans and programs.
# To extract its contents programmatically, use any TOML-compliant
# parser.
#
[Org]
	[Org."Core maintainers"]
		people = [
			"djs55",
			"ijc",
			"rn",
		]

[people]

# A reference list of all people associated with the project.
# All other sections should refer to people by their canonical key
# in the people section.

	# ADD YOURSELF HERE IN ALPHABETICAL ORDER

	[people.djs55]
	Name = "David Scott"
	Email = "dave.scott@docker.com"
	GitHub = "djs55"

	[people.ijc]
	Name = "Ian Campbell"
	Email = "ian.campbell@docker.com"
	GitHub = "ijc"

	[people.rn]
	Name = "Rolf Neugebauer"
	Email = "rolf.neugebauer@docker.com"
	GitHub = "rn"