~ubuntu-branches/debian/stretch/golang-github-docker-go-units/stretch

« back to all changes in this revision

Viewing changes to MAINTAINERS

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2016-03-09 10:05:53 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20160309100553-o5r29s8a9susy0ws
Tags: 0.3.0-1
New upstream release [March 2016].

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"