]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/MAINTAINERS
provider: Ensured Go 1.11 in TravisCI and README
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / docker / go-units / MAINTAINERS
CommitLineData
9b12e4fe
JC
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 "calavera",
15 ]
16
17[people]
18
19# A reference list of all people associated with the project.
20# All other sections should refer to people by their canonical key
21# in the people section.
22
23 # ADD YOURSELF HERE IN ALPHABETICAL ORDER
24 [people.calavera]
25 Name = "David Calavera"
26 Email = "david.calavera@gmail.com"
27 GitHub = "calavera"