From efc8507ae1f20758b92c49d16a3a3a50b6fe207c Mon Sep 17 00:00:00 2001 From: Red-Thirten Date: Wed, 3 Jul 2024 23:51:46 -0700 Subject: [PATCH] Update maintainer email address --- games/arma3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/arma3/Dockerfile b/games/arma3/Dockerfile index 1cb2e26..3dd8a1b 100644 --- a/games/arma3/Dockerfile +++ b/games/arma3/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim -LABEL author="David Wolfe (Red-Thirten)" maintainer="rehlmgaming@gmail.com" +LABEL author="David Wolfe (Red-Thirten)" maintainer="red_thirten@yahoo.com" LABEL org.opencontainers.image.source="https://github.com/parkervcp/yolks" LABEL org.opencontainers.image.licenses=MIT