From 66ee6059988edb2fae92e693e52b2dd00c329339 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Thu, 25 Jan 2024 09:13:53 -0300 Subject: [PATCH] Recognize Joachim Kohlhammer For his contributions with new features, bug fixes and QT6 migration. https://github.com/GoldenCheetah/GoldenCheetah/commits?author=thejockl --- src/Gui/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/AboutDialog.cpp b/src/Gui/AboutDialog.cpp index d5d920f69..dd3d28ace 100644 --- a/src/Gui/AboutDialog.cpp +++ b/src/Gui/AboutDialog.cpp @@ -152,6 +152,7 @@ ContributorsPage::ContributorsPage(Context *context) : context(context) contributors.append("Jan de Visser"); contributors.append("Jim Ley"); contributors.append("Jörn Rischmüller"); + contributors.append("Joachim Kohlhammer"); contributors.append("Johan Martensson"); contributors.append("John Ehrlinger"); contributors.append("Jon Beverley");