diff options
| author | Antonio Rojas <[email protected]> | 2019-12-09 23:22:48 +0100 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2019-12-09 23:22:48 +0100 |
| commit | 588965feccdc38c8bf2ec0e1a25b8d195c451062 (patch) | |
| tree | 0e6fd83c11cab59507e42ef91b3b9c78716844d4 | |
| parent | faa37a6138fc0a7458f61d2799370994b936396e (diff) | |
| parent | 2310e33b7a435bb6e09678b90b4ee2f266adcd33 (diff) | |
Merge branch 'release/19.12' of git://anongit.kde.org/dolphin into release/19.12
| -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]")); |
