I think there's no point in pretending the reality is not

what it is, so make official what has been so in reality for some time:
Martin is the maintainer.
CCMAIL: kwin@kde.org


svn path=/trunk/KDE/kdebase/workspace/; revision=1194646
This commit is contained in:
Luboš Luňák 2010-11-09 11:24:12 +00:00
parent 3a3405ca9c
commit 884e8205cc

View file

@ -485,7 +485,8 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
aboutData.addAuthor( ki18n( "Matthias Ettrich" ),KLocalizedString(), "ettrich@kde.org" );
aboutData.addAuthor( ki18n( "Cristian Tibirna" ),KLocalizedString(), "tibirna@kde.org" );
aboutData.addAuthor( ki18n( "Daniel M. Duley" ),KLocalizedString(), "mosfet@kde.org" );
aboutData.addAuthor( ki18n( "Luboš Luňák" ), ki18n( "Maintainer" ), "l.lunak@kde.org" );
aboutData.addAuthor( ki18n( "Luboš Luňák" ), KLocalizedString(), "l.lunak@kde.org" );
aboutData.addAuthor( ki18n( "Martin Gräßlin" ), ki18n( "Maintainer" ), "kde@martin-graesslin.com" );
KCmdLineArgs::init( argc, argv, &aboutData );