From 49e05b95c0023475aa99daa08376210e196fc07a Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Fri, 21 Apr 2017 09:36:31 -0700 Subject: [PATCH] *: update maintainers --- Dockerfile | 2 +- MAINTAINERS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 MAINTAINERS diff --git a/Dockerfile b/Dockerfile index 4f0d43a4..7ab96f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.4 MAINTAINER Ed Rooth -MAINTAINER Eric Chiang +MAINTAINER Lucas Servén MAINTAINER Rithu John # Dex connectors, such as GitHub and Google logins require root certificates. diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..36dda475 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,3 @@ +Ed Rooth (@sym3tri) +Lucas Servén (@squat) +Rithu John (@rithujohn191)