aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-29 13:12:51 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-29 13:12:51 +0200
commit5ed7eb9d537558da603683d517f5537f0e4537a1 (patch)
treeee909e3399d8d1e9d963e039a3a230404655eed1 /launcher/ui
parent177f17450a6436e4a6d73d5b5ed3558c0aa64c2e (diff)
downloadPrismLauncher-5ed7eb9d537558da603683d517f5537f0e4537a1.tar.gz
PrismLauncher-5ed7eb9d537558da603683d517f5537f0e4537a1.tar.bz2
PrismLauncher-5ed7eb9d537558da603683d517f5537f0e4537a1.zip
chore: update credits
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/dialogs/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp
index cecda1df..52d6baef 100644
--- a/launcher/ui/dialogs/AboutDialog.cpp
+++ b/launcher/ui/dialogs/AboutDialog.cpp
@@ -97,7 +97,7 @@ QString getCreditsHtml()
stream << "<br />\n";
stream << "<h3>" << QObject::tr("With thanks to", "About Credits") << "</h3>\n";
- stream << QString("<p>Boba %1</p>\n") .arg(getWebsite("https://cmdplusv.neocities.org/"));
+ stream << QString("<p>Boba %1</p>\n") .arg(getWebsite("https://bobaonline.neocities.org/"));
stream << QString("<p>Davi Rafael %1</p>\n") .arg(getWebsite("https://auti.one/"));
stream << QString("<p>Fulmine %1</p>\n") .arg(getWebsite("https://www.fulmine.xyz/"));
stream << QString("<p>ely %1</p>\n") .arg(getGitHub("elyrodso"));