┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-11-04 21:21:19 +0100
committerElvis Angelaccio <[email protected]>2018-11-04 21:21:19 +0100
commite87771abec277187da268a83d05db35934368a90 (patch)
treee74f555e24bb8ca95c0d0c86a562f1c25e723ab4
parent89535ac82b6b71c61ed3306a35da804d916726b9 (diff)
Update maintainership in KAboutData
As discussed on kfm-devel and agreed upon with Emmanuel.
-rw-r--r--src/main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3db63eab0..922b71766 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -73,8 +73,11 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
KAboutLicense::GPL,
i18nc("@info:credit", "(C) 2006-2016 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta"));
aboutData.setHomepage(QStringLiteral("http://dolphin.kde.org"));
+ aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"),
+ i18nc("@info:credit", "Maintainer (since 2018) and developer"),
+ QStringLiteral("[email protected]"));
aboutData.addAuthor(i18nc("@info:credit", "Emmanuel Pescosta"),
- i18nc("@info:credit", "Maintainer (since 2014) and developer"),
+ i18nc("@info:credit", "Maintainer (2014-2018) and developer"),
QStringLiteral("[email protected]"));
aboutData.addAuthor(i18nc("@info:credit", "Frank Reininghaus"),
i18nc("@info:credit", "Maintainer (2012-2014) and developer"),