libpurple/plugins/ssl/ssl-nss.c

branch
soc.2013.gobjectification.plugins
changeset 36642
b8ba53daa445
parent 36505
60c161851325
child 36653
4084c34c051d
--- a/libpurple/plugins/ssl/ssl-nss.c	Sun Sep 01 19:15:56 2013 +0530
+++ b/libpurple/plugins/ssl/ssl-nss.c	Sun Sep 01 22:38:16 2013 +0530
@@ -1056,6 +1056,11 @@
 static PurplePluginInfo *
 plugin_query(GError **error)
 {
+	const gchar * const authors[] = {
+		"Christian Hammond <chipx86@gnupdate.org>",
+		NULL
+	};
+
 	return purple_plugin_info_new(
 		"id",           SSL_NSS_PLUGIN_ID,
 		"name",         N_("NSS"),
@@ -1063,7 +1068,7 @@
 		"category",     N_("SSL"),
 		"summary",      N_("Provides SSL support through Mozilla NSS."),
 		"description",  N_("Provides SSL support through Mozilla NSS."),
-		"author",       "Christian Hammond <chipx86@gnupdate.org>",
+		"authors",      authors,
 		"website",      PURPLE_WEBSITE,
 		"abi-version",  PURPLE_ABI_VERSION,
 		"flags",        GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL,

mercurial