diff options
| author | Nate Graham <[email protected]> | 2019-12-06 12:41:33 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-12-06 12:41:33 -0700 |
| commit | 2310e33b7a435bb6e09678b90b4ee2f266adcd33 (patch) | |
| tree | 216a03ee2af3809eb6bd608265400cabb908d1e8 /src | |
| parent | 5b3ecd276625774292220d5e9e149780add2b124 (diff) | |
Correct invalid homepage URL
BUG: 414901
FIXED-IN: 19.12.1
Diffstat (limited to 'src')
| -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 6cb6a11b5..2b2674f9d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -81,7 +81,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) i18nc("@title", "File Manager"), KAboutLicense::GPL, i18nc("@info:credit", "(C) 2006-2018 Peter Penz, Frank Reininghaus, Emmanuel Pescosta and Elvis Angelaccio")); - aboutData.setHomepage(QStringLiteral("https://dolphin.kde.org")); + aboutData.setHomepage(QStringLiteral("https://kde.org/applications/system/org.kde.dolphin")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), i18nc("@info:credit", "Maintainer (since 2018) and developer"), QStringLiteral("[email protected]")); |
