From c0991dba9ba9776d368d8f16dfd872cd62676294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 25 May 2024 22:54:45 +0200 Subject: [PATCH] Move Be to the contributor list because he has left the core team. --- src/dialog/dlgabout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog/dlgabout.cpp b/src/dialog/dlgabout.cpp index b71ae1549a0..871a029a0dd 100644 --- a/src/dialog/dlgabout.cpp +++ b/src/dialog/dlgabout.cpp @@ -50,7 +50,6 @@ DlgAbout::DlgAbout() << "RJ Skerry-Ryan" << "Owen Williams" << "Daniel Schürmann" - << "Be" << "Sébastien Blaisot" << "ronso0" << "Jan Holthuis" @@ -65,6 +64,7 @@ DlgAbout::DlgAbout() // New Contributors are added at the end. QStringList recentContributors; recentContributors + << "Be" << "Uwe Klotz" << "Nino MP" << "Dávid Szakállas"