From c5fa6a999a758d8947b858918b0a6edce818d308 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 5 Dec 2023 17:34:46 -0800 Subject: [PATCH] Update Maintainer and authors (#4948) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 22312a7a..310364fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -285,11 +285,11 @@ LABEL com.github.actions.name="GitHub Super-Linter" \ com.github.actions.description="Lint your code base with GitHub Actions" \ com.github.actions.icon="code" \ com.github.actions.color="red" \ - maintainer="GitHub DevOps " \ + maintainer="@Hanse00, @ferrarimarco, @zkoppert" \ org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.revision=$BUILD_REVISION \ org.opencontainers.image.version=$BUILD_VERSION \ - org.opencontainers.image.authors="GitHub DevOps " \ + org.opencontainers.image.authors="Super Linter Contributors: https://github.com/super-linter/super-linter/graphs/contributors" \ org.opencontainers.image.url="https://github.com/super-linter/super-linter" \ org.opencontainers.image.source="https://github.com/super-linter/super-linter" \ org.opencontainers.image.documentation="https://github.com/super-linter/super-linter" \