From 02289c13853c9797840d3e29e42507a3a22f5b20 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 24 Apr 2023 18:17:13 -0400 Subject: [PATCH] fix: update maintainer field Thanks vivi from the fedora discord --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ac6657c..a25c67e 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM quay.io/toolbx-images/alpine-toolbox:edge LABEL com.github.containers.toolbox="true" \ usage="This image is meant to be used with the toolbox or distrobox command" \ summary="A cloud-native terminal experience" \ - maintainer="jorge.castro@gmail.com>" + maintainer="jorge.castro@gmail.com" COPY extra-packages / RUN apk update && \