From b74370cd6cd005514d046356ad3813ec06a3e870 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 24 Dec 2021 00:38:01 +0100
Subject: [PATCH] Fix YAML syntax

---
 charts/k8s-linkup/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/k8s-linkup/Chart.yaml b/charts/k8s-linkup/Chart.yaml
index f92a52f..aee5f2b 100644
--- a/charts/k8s-linkup/Chart.yaml
+++ b/charts/k8s-linkup/Chart.yaml
@@ -11,7 +11,7 @@ annotations:
   artifacthub.io/screenshots: |
     - title: k8s-linkup running with OpenVPN backend in k9s
       url: https://edugit.org/AlekSIS/libs/k8s-linkup/-/raw/master/screenshot.webp
-  artifacthub.io/changes:
+  artifacthub.io/changes: |
     - Fix service selectors for multiple linkups
 
 # A chart can be either an 'application' or a 'library' chart.
-- 
GitLab