diff --git a/Dockerfile b/Dockerfile
index 0fa0d80a99d364f786ea7bbb9bdb34465dbdfbfe..8da687b5ac3e6a4ed488de2d587e3b1fc6c056e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,5 @@
 FROM golang:1.9.2-alpine
 
-MAINTAINER Ed Rooth <ed.rooth@coreos.com>
-MAINTAINER Lucas Servén <lucas.serven@coreos.com>
-MAINTAINER Rithu John <rithu.john@coreos.com>
-
 RUN apk add --no-cache --update alpine-sdk
 
 COPY . /go/src/github.com/coreos/dex
diff --git a/MAINTAINERS b/MAINTAINERS
index 36dda475a3deb0bcb09b269bddf32f8c344cfd6c..1bdc9d60674e01d4b3eca255ecbf4f06440f35fd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,2 @@
-Ed Rooth <ed.rooth@coreos.com> (@sym3tri)
-Lucas Servén <lucas.serven@coreos.com> (@squat)
+Eric Chiang <eric.chiang@coreos.com> (@ericchiang)
 Rithu John <rithu.john@coreos.com> (@rithujohn191)