From 4710ae03f4f2e3d602344ee34f452a221e3ceb17 Mon Sep 17 00:00:00 2001 From: Apostolof Date: Sun, 31 May 2020 13:56:16 +0300 Subject: [PATCH] Update ezerous email --- README.md | 1 + jenkins/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e59f853..bd81c30 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,6 @@ is done automatically and how to change these. ## Contact Apostolof – apotwohd@gmail.com +Ezerous - ezerous@gmail.com Distributed under the MIT license. See ``LICENSE`` for more information. diff --git a/jenkins/Dockerfile b/jenkins/Dockerfile index e6b0618..c4aff19 100644 --- a/jenkins/Dockerfile +++ b/jenkins/Dockerfile @@ -1,5 +1,6 @@ FROM jenkins/jenkins:lts -LABEL maintainer="apotwohd@gmail.com" +LABEL maintainers.1="apotwohd@gmail.com" +LABEL maintainers.2="ezerous@gmail.com" USER root