diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
index bda27cd191..e947ddaaba 100644
--- a/app/dialogs/about-dialog.c
+++ b/app/dialogs/about-dialog.c
@@ -41,8 +41,11 @@
#include "gimp-intl.h"
-/* The first authors are the creators, don't shuffle them */
-#define START_INDEX (G_N_ELEMENTS (creators) - 1 /*NULL*/)
+/* The first authors are the creators and maintainers, don't shuffle
+ * them
+ */
+#define START_INDEX (G_N_ELEMENTS (creators) - 1 /*NULL*/ + \
+ G_N_ELEMENTS (maintainers) - 1 /*NULL*/)
typedef struct
diff --git a/app/dialogs/authors.xsl b/app/dialogs/authors.xsl
index d06317c6dc..1fa301b0b0 100644
--- a/app/dialogs/authors.xsl
+++ b/app/dialogs/authors.xsl
@@ -25,11 +25,21 @@ static const gchar * const creators[] =
};
+
+static const gchar * const maintainers[] =
+{
+
+
+ NULL
+};
+
+
static const gchar * const authors[] =
{
+
@@ -61,6 +71,8 @@ static const gchar * const documenters[] =
"",
+
+ "",
"",
diff --git a/authors.xml b/authors.xml
index ad0dda1c59..6a05a3989c 100644
--- a/authors.xml
+++ b/authors.xml
@@ -11,6 +11,9 @@
Spencer Kimball
Peter Mattis
+ Sven Neumann
+ Michael Natterer
+
Lauri Alanko
Fredrik Alströmer
Shawn Amundson
@@ -187,10 +190,8 @@
Yukihiro Nakai
Shuji Narazaki
Felix Natter
- Michael Natterer
David Neary
David Necas
- Sven Neumann
Andreas Neustifter
Andreas Nilsson
Stephen Robert Norris