From b0cdd50077aedd6a9107466cfee88f07db9cc560 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 11 Jun 2021 12:46:02 -0400 Subject: [PATCH] Use CNCF-wording for maintainers Use copyright notice wording required by CNCF for the maintainers field for both Chart.yaml files. Also fix an indentation error in one Chart.yaml file. Signed-off-by: Daniel Farrell --- submariner-k8s-broker/Chart.yaml | 7 ++++--- submariner-operator/Chart.yaml | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index 9679702..336c029 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -6,7 +6,8 @@ description: Submariner Kubernetes Broker keywords: home: https://submariner-io.github.io/ sources: -- https://submariner-io.github.io/submariner-charts/charts + - https://submariner-io.github.io/submariner-charts/charts maintainers: -- name: Submariner Developers - email: submariner-dev@googlegroups.com + - name: Contributors to the Submariner project + email: submariner-dev@googlegroups.com + url: https://submariner.io/ diff --git a/submariner-operator/Chart.yaml b/submariner-operator/Chart.yaml index 70f3e71..bd0249f 100644 --- a/submariner-operator/Chart.yaml +++ b/submariner-operator/Chart.yaml @@ -8,5 +8,6 @@ home: https://submariner-io.github.io/ sources: - https://submariner-io.github.io/submariner-charts/charts maintainers: - - name: Submariner Developers + - name: Contributors to the Submariner project email: submariner-dev@googlegroups.com + url: https://submariner.io/