diff options
| author | Friedrich W. H. Kossebau <[email protected]> | 2019-01-04 22:23:49 +0100 |
|---|---|---|
| committer | Friedrich W. H. Kossebau <[email protected]> | 2019-01-04 22:23:49 +0100 |
| commit | 89158c6b3d29b9c01fe9dcc4c2b477dbc80abbdb (patch) | |
| tree | 619bc3e975aa4768356aab1370110a32c8eed48f /src/main.cpp | |
| parent | 15f1963842ff43b686973a5371530cb49c18ce73 (diff) | |
| parent | 1cde03cdfe66f455e115a373878524b227fadc4e (diff) | |
Merge branch 'Applications/18.12'
Diffstat (limited to 'src/main.cpp')
| -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 09d3fe753..08405d007 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,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("http://dolphin.kde.org")); + aboutData.setHomepage(QStringLiteral("https://dolphin.kde.org")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), i18nc("@info:credit", "Maintainer (since 2018) and developer"), QStringLiteral("[email protected]")); |
