--- a/libpurple/plugins/ssl/ssl.c Sun Sep 01 19:15:56 2013 +0530 +++ b/libpurple/plugins/ssl/ssl.c Sun Sep 01 22:38:16 2013 +0530 @@ -73,6 +73,11 @@ static PurplePluginInfo * plugin_query(GError **error) { + const gchar * const authors[] = { + "Christian Hammond <chipx86@gnupdate.org>", + NULL + }; + return purple_plugin_info_new( "id", SSL_PLUGIN_ID, "name", N_("SSL"), @@ -80,7 +85,7 @@ "category", N_("SSL"), "summary", N_("Provides a wrapper around SSL support libraries."), "description", N_("Provides a wrapper around SSL support libraries."), - "author", "Christian Hammond <chipx86@gnupdate.org>", + "authors", authors, "website", PURPLE_WEBSITE, "abi-version", PURPLE_ABI_VERSION, "flags", GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL,