]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use https over http for homepage url
authorFriedrich W. H. Kossebau <kossebau@kde.org>
Fri, 4 Jan 2019 21:22:07 +0000 (22:22 +0100)
committerFriedrich W. H. Kossebau <kossebau@kde.org>
Fri, 4 Jan 2019 21:22:07 +0000 (22:22 +0100)
src/main.cpp

index 09d3fe75315867ab15f395d0f2149e2433d9da93..08405d0073b963d6ea187bd8e1aaf705e4c51903 100644 (file)
@@ -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("elvis.angelaccio@kde.org"));