diff options
| author | Marius P <[email protected]> | 2023-12-23 21:06:40 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-12-25 10:25:32 +0000 |
| commit | 2ba33b9220feec8aebb8059c299e6db7265593d3 (patch) | |
| tree | c3e968106277c2860eb02072fe68709de187ebae | |
| parent | 3222e845fff07e5228d6b96f200025147bc3b5c0 (diff) | |
main.cpp about data: update homepage
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ac817eca9..4c4d790bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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("[email protected]")); |
