diff options
| author | Elvis Angelaccio <[email protected]> | 2018-11-04 21:21:19 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-11-04 21:21:19 +0100 |
| commit | e87771abec277187da268a83d05db35934368a90 (patch) | |
| tree | e74f555e24bb8ca95c0d0c86a562f1c25e723ab4 | |
| parent | 89535ac82b6b71c61ed3306a35da804d916726b9 (diff) | |
Update maintainership in KAboutData
As discussed on kfm-devel and agreed upon with Emmanuel.
| -rw-r--r-- | src/main.cpp | 5 |
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"), |
