Merge pull request #4589 from creack/update_maintainer

Update MAINTAINER email + add self to pkg/signal MAINTAINER
This commit is contained in:
Victor Vieux 2014-03-11 10:18:37 -07:00
commit 0a6d9035cf
9 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Solomon Hykes <solomon@dotcloud.com> (@shykes)
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
Guillaume J. Charmes <guillaume@docker.com> (@creack)
Victor Vieux <vieux@docker.com> (@vieux)
Michael Crosby <michael@crosbymichael.com> (@crosbymichael)
.travis.yml: Tianon Gravi <admwiggin@gmail.com> (@tianon)

View File

@ -6,7 +6,7 @@
#
FROM ubuntu:12.10
MAINTAINER Guillaume J. Charmes <guillaume@dotcloud.com>
MAINTAINER Guillaume J. Charmes <guillaume@docker.com>
RUN apt-get update && apt-get install -y wget git mercurial

View File

@ -1,4 +1,4 @@
FROM busybox
MAINTAINER Guillaume J. Charmes <guillaume@dotcloud.com>
MAINTAINER Guillaume J. Charmes <guillaume@docker.com>
ADD manager /usr/bin/
ENTRYPOINT ["/usr/bin/manager"]

View File

@ -481,7 +481,7 @@ For example you might add something like this:
# VERSION 0.0.1
FROM ubuntu
MAINTAINER Guillaume J. Charmes <guillaume@dotcloud.com>
MAINTAINER Guillaume J. Charmes <guillaume@docker.com>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list

View File

@ -1,2 +1,2 @@
Michael Crosby <michael@crosbymichael.com> (@crosbymichael)
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
Guillaume J. Charmes <guillaume@docker.com> (@creack)

View File

@ -1,2 +1,2 @@
Michael Crosby <michael@crosbymichael.com> (@crosbymichael)
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
Guillaume J. Charmes <guillaume@docker.com> (@creack)

View File

@ -1,2 +1,2 @@
Michael Crosby <michael@crosbymichael.com> (@crosbymichael)
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
Guillaume J. Charmes <guillaume@docker.com> (@creack)

2
pkg/signal/MAINTAINERS Normal file
View File

@ -0,0 +1,2 @@
Guillaume J. Charmes <guillaume@docker.com> (@creack)

View File

@ -1,2 +1,2 @@
Guillaume Charmes <guillaume@dotcloud.com> (@creack)
Guillaume J. Charmes <guillaume@docker.com> (@creack)
Solomon Hykes <solomon@dotcloud.com> (@shykes)