Git commit 5a93cf134cf87faacf6cad62134f4f65d74bb3ea by Nikita Melnichenko. Committed on 14/08/2022 at 06:43. Pushed by melnichenko into branch 'master'.
Updated contributor status per activity last year Discussion: https://invent.kde.org/utilities/krusader/-/merge_requests/77 M +8 -8 doc/credits-and-license.docbook M +20 -20 doc/index.docbook M +2 -2 krusader/main.cpp https://invent.kde.org/utilities/krusader/commit/5a93cf134cf87faacf6cad62134f4f65d74bb3ea diff --git a/doc/credits-and-license.docbook b/doc/credits-and-license.docbook index 4024bef9..934c2b43 100644 --- a/doc/credits-and-license.docbook +++ b/doc/credits-and-license.docbook @@ -59,20 +59,20 @@ <email>a.matveyakin * gmail.com</email></para> </listitem> <listitem> - <para>Davide Gianforte, developer - <email>davide * gengisdave.org</email></para> + <para>Alexander Bikadorov, developer (retired) + <email>alex.bikadorov * kdemail.net</email></para> </listitem> <listitem> - <para>Toni Asensi Esteve, developer - <email>toni.asensi * kdemail.net</email></para> + <para>Martin Kostolný, developer (retired) + <email>clearmartin * gmail.com</email></para> </listitem> <listitem> - <para>Alexander Bikadorov, developer - <email>alex.bikadorov * kdemail.net</email></para> + <para>Davide Gianforte, developer + <email>davide * gengisdave.org</email></para> </listitem> <listitem> - <para>Martin Kostolný, developer - <email>clearmartin * gmail.com</email></para> + <para>Toni Asensi Esteve, developer + <email>toni.asensi * kdemail.net</email></para> </listitem> <listitem> <para>Nikita Melnichenko, developer diff --git a/doc/index.docbook b/doc/index.docbook index 359a9407..dd61b7ed 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -117,26 +117,6 @@ </address> </affiliation> </othercredit> - <othercredit role="developer"> - <firstname>Alexander</firstname> - <surname>Bikadorov</surname> - <contrib>Developer</contrib> - <affiliation> - <address> - <email>[email protected]</email> - </address> - </affiliation> - </othercredit> - <othercredit role="developer"> - <firstname>Martin</firstname> - <surname>Kostolný</surname> - <contrib>Developer</contrib> - <affiliation> - <address> - <email>[email protected]</email> - </address> - </affiliation> - </othercredit> <othercredit role="developer"> <firstname>Nikita</firstname> <surname>Melnichenko</surname> @@ -247,6 +227,26 @@ </address> </affiliation> </othercredit> + <othercredit role="developer"> + <firstname>Alexander</firstname> + <surname>Bikadorov</surname> + <contrib>Developer (retired)</contrib> + <affiliation> + <address> + <email>[email protected]</email> + </address> + </affiliation> + </othercredit> + <othercredit role="developer"> + <firstname>Martin</firstname> + <surname>Kostolný</surname> + <contrib>Developer (retired)</contrib> + <affiliation> + <address> + <email>[email protected]</email> + </address> + </affiliation> + </othercredit> <othercredit role="developer"> <firstname>Dirk</firstname> <surname>Eschler</surname> diff --git a/krusader/main.cpp b/krusader/main.cpp index 643f14d1..e06e2dad 100644 --- a/krusader/main.cpp +++ b/krusader/main.cpp @@ -115,8 +115,6 @@ int main(int argc, char *argv[]) aboutData.addAuthor(i18n("Davide Gianforte"), i18n("Developer"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Toni Asensi Esteve"), i18n("Developer"), QStringLiteral("[email protected]"), nullptr); - aboutData.addAuthor(i18n("Alexander Bikadorov"), i18n("Developer"), QStringLiteral("[email protected]"), nullptr); - aboutData.addAuthor(i18n("Martin Kostolný"), i18n("Developer"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Nikita Melnichenko"), i18n("Developer"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Yuri Chornoivan"), i18n("Documentation"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Rafi Yanai"), i18n("Author (retired)"), QStringLiteral("[email protected]")); @@ -128,6 +126,8 @@ int main(int argc, char *argv[]) aboutData.addAuthor(i18n("Jan Lepper"), i18n("Developer (retired)"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Andrey Matveyakin"), i18n("Developer (retired)"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Simon Persson"), i18n("Developer (retired)"), QStringLiteral("[email protected]"), nullptr); + aboutData.addAuthor(i18n("Alexander Bikadorov"), i18n("Developer (retired)"), QStringLiteral("[email protected]"), nullptr); + aboutData.addAuthor(i18n("Martin Kostolný"), i18n("Developer (retired)"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Dirk Eschler"), i18n("Webmaster (retired)"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Frank Schoolmeesters"), i18n("Documentation and marketing coordinator (retired)"), QStringLiteral("[email protected]"), nullptr); aboutData.addAuthor(i18n("Richard Holt"), i18n("Documentation & Proofing (retired)"), QStringLiteral("[email protected]"), nullptr);
