diff pidgin/gtkdialogs.c @ 23179:40d3767fb1b9

Sync up the developer and CPW lists. This also sorts Sean Egan in with the rest of us, on the assumption that "Passing the baton" wasn't an April Fool's joke. Sean, perhaps you want to list yourself as "developer & former lead developer" instead of just "developer"? Mark, are you going by "maintainer" now?
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 17:39:29 +0000
parents e7f345a980d6
children d6df2d048eb1
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sun May 25 00:44:11 2008 +0000
+++ b/pidgin/gtkdialogs.c	Sun May 25 17:39:29 2008 +0000
@@ -67,9 +67,8 @@
 	char *email;
 };
 
-/* Order: Lead Developer, then Alphabetical by Last Name */
+/* Order: Alphabetical by Last Name */
 static const struct developer developers[] = {
-	{"Sean Egan",					N_("lead developer"), "sean.egan@gmail.com"},
 	{"Daniel 'datallah' Atallah",	N_("developer"), NULL},
 	{"John 'rekkanoryo' Bailey",	N_("developer"), NULL},
 	{"Ethan 'Paco-Paco' Blanton",	N_("developer"), NULL},
@@ -77,6 +76,7 @@
 	{"Ka-Hing Cheung",				N_("developer"), NULL},
 	{"Sadrul Habib Chowdhury",		N_("developer"), NULL},
 	{"Mark 'KingAnt' Doliner",		N_("developer"), NULL},
+	{"Sean Egan",					N_("developer"), "sean.egan@gmail.com"},
 	{"Casey Harkins",               N_("developer"),   NULL},
 	{"Gary 'grim' Kramlich",		N_("developer"), NULL},
 	{"Richard 'rlaager' Laager",	N_("developer"), NULL},