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