1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

main.cpp about data: update homepage

This commit is contained in:
Marius P 2023-12-23 21:06:40 +02:00 committed by Méven Car
parent 3222e845ff
commit 2ba33b9220

View File

@ -96,7 +96,7 @@ int main(int argc, char **argv)
i18nc("@title", "File Manager"),
KAboutLicense::GPL,
i18nc("@info:credit", "(C) 2006-2022 The Dolphin Developers"));
aboutData.setHomepage(QStringLiteral("https://kde.org/applications/system/org.kde.dolphin"));
aboutData.setHomepage(QStringLiteral("https://apps.kde.org/dolphin"));
aboutData.addAuthor(i18nc("@info:credit", "Felix Ernst"),
i18nc("@info:credit", "Maintainer (since 2021) and developer"),
QStringLiteral("felixernst@kde.org"));