diff --git a/src/org/kde/kdeconnect/UserInterface/About/ApplicationAboutData.kt b/src/org/kde/kdeconnect/UserInterface/About/ApplicationAboutData.kt index 9d82c493..3d721f1f 100644 --- a/src/org/kde/kdeconnect/UserInterface/About/ApplicationAboutData.kt +++ b/src/org/kde/kdeconnect/UserInterface/About/ApplicationAboutData.kt @@ -37,6 +37,7 @@ fun getApplicationAboutData(context: Context): AboutData { aboutData.authors += AboutPerson("Maxim Leshchenko", R.string.maxim_leshchenko_task, "cnmaks90@gmail.com") aboutData.authors += AboutPerson("Holger Kaelberer", R.string.holger_kaelberer_task, "holger.k@elberer.de") aboutData.authors += AboutPerson("Saikrishna Arcot", R.string.saikrishna_arcot_task, "saiarcot895@gmail.com") + aboutData.authors += AboutPerson("ShellWen Chen", R.string.bug_fixes_and_general_improvements, "me@shellwen.com") // Have you made some contributions and think your name should be here? Open a MR to add yourself to the list :)