pidgin/pidgin

Add ivanhoe to crazy patch writers
release-2.x.y
18 months ago, Gary Kramlich
1fdbe2cb9344
Parents f373c5662415
Children bf6049713e98
Add ivanhoe to crazy patch writers

Move a few people to retired as well.

Testing Done:
Opened the developer information dialog and verified the changes.

Reviewed at https://reviews.imfreedom.org/r/1952/
--- a/pidgin/gtkdialogs.c Thu Jun 02 21:27:54 2022 -0500
+++ b/pidgin/gtkdialogs.c Sun Oct 23 18:46:44 2022 -0500
@@ -72,8 +72,6 @@
/* Order: Alphabetical by Last Name */
static const struct developer developers[] = {
- {"John 'rekkanoryo' Bailey", NULL, NULL},
- {"Ethan 'Paco-Paco' Blanton", NULL, NULL},
{"Gary 'grim' Kramlich", N_("lead developer"), "grim@pidgin.im"},
{"Richard 'rlaager' Laager", NULL, "rlaager@pidgin.im"},
{"Eion Robb", NULL, NULL},
@@ -83,6 +81,7 @@
/* Order: Alphabetical by Last Name */
static const struct developer patch_writers[] = {
+ {"Markus 'ivanhoe' Fischer", NULL, NULL},
{NULL, NULL, NULL}
};
@@ -90,6 +89,8 @@
static const struct developer retired_developers[] = {
{"Daniel 'datallah' Atallah", NULL, NULL},
{"Paul 'darkrain42' Aurich", NULL, NULL},
+ {"John 'rekkanoryo' Bailey", NULL, NULL},
+ {"Ethan 'Paco-Paco' Blanton", NULL, NULL},
{"Herman Bloggs", N_("win32 port"), "herman@bluedigits.com"},
{"Hylke Bons", N_("artist"), "hylkebons@gmail.com"},
{"Thomas Butter", NULL, NULL},