From 26e512a2b17a369022cfd5fc522168b4b03808ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 11 Jan 2022 18:54:43 +0100
Subject: [PATCH] Update project description and website

---
 codemeta.json            | 10 +++++++---
 docs/_config.yml         |  2 +-
 helm/Chart.yaml          |  4 ++--
 helm/templates/NOTES.txt |  4 ++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/codemeta.json b/codemeta.json
index a158e30eb..2d8fb6764 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -9,12 +9,16 @@
     "downloadUrl": "https://github.com/cau-se/theodolite/releases",
     "name": "Theodolite",
     "version": "0.5.1",
-    "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of stream processing engines.",
+    "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
     "developmentStatus": "active",
+    "relatedLink": [
+        "https://www.theodolite.rocks"
+    ],
     "referencePublication": "https://doi.org/10.1016/j.bdr.2021.100209",
     "programmingLanguage": [
-        "Python",
-        "Java"
+        "Kotlin",
+        "Java",
+        "Python"
     ],
     "runtimePlatform": [
         "Kubernetes"
diff --git a/docs/_config.yml b/docs/_config.yml
index 723f76109..a6c6eb709 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,7 @@
 title: "Theodolite"
 description: >-
   Theodolite is a framework for benchmarking the horizontal and vertical
-  scalability of stream processing engines.
+  scalability of cloud-native applications.
 
 remote_theme: pmarsceill/just-the-docs
 #color_scheme: "dark"
diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 856644feb..ac76d333a 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -1,7 +1,7 @@
 apiVersion: v2
 name: theodolite
-description: Theodolite is a framework for benchmarking the scalability of stream processing engines.
-home: https://cau-se.github.io/theodolite
+description: Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.
+home: https://www.theodolite.rocks
 sources:
   - https://github.com/cau-se/theodolite
 maintainers:
diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt
index ef1eea710..aabcc41cf 100644
--- a/helm/templates/NOTES.txt
+++ b/helm/templates/NOTES.txt
@@ -1,3 +1,3 @@
-Welcome to Theodolite!
+Welcome to Theodolite, a framework for benchmarking the scalability of cloud-native applications!
 
-Visit https://cau-se.github.io/theodolite for getting started and more information.
+Visit https://www.theodolite.rocks for getting started and more information.
-- 
GitLab