From 23dd5a8a422996af9270dfac30e6258028477c69 Mon Sep 17 00:00:00 2001 From: Michael Di Prisco Date: Fri, 6 Oct 2023 14:48:52 +0200 Subject: [PATCH] chore: moving from opentf to opentofu in CODE_OF_CONDUCT and Dockerfile (#672) Signed-off-by: Michael Di Prisco --- CODE_OF_CONDUCT.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0091725161..1d92a4d566 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,4 +7,4 @@ We follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/mai If your project isn't prepared to handle reports, remove the project email address and just have reporters send to conduct@cncf.io. --> -Please contact contact@opentf.org in order to report violations of the Code of Conduct. +Please contact contact@opentofu.org in order to report violations of the Code of Conduct. diff --git a/Dockerfile b/Dockerfile index 9393cda34e..1ee833da82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.18 -LABEL maintainer="OpenTofu Team " +LABEL maintainer="OpenTofu Team " COPY tofu /usr/local/bin/tofu