From df075d8bda806fad16431f214abb1daa43bf6712 Mon Sep 17 00:00:00 2001 From: Eric Chiang <eric.chiang@coreos.com> Date: Wed, 8 Nov 2017 13:49:24 -0800 Subject: [PATCH] *: update maintainers --- Dockerfile | 4 ---- MAINTAINERS | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index eec1acbe..104cf84c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,5 @@ FROM golang:1.8.3-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 36dda475..1bdc9d60 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) -- GitLab