Skip to content

Commit df283d9

Browse files
committed
Set PluginInfo summary and description for purple2 too
Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
1 parent 463b195 commit df283d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

librocketchat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4080,8 +4080,8 @@ static PurplePluginInfo info = {
40804080
ROCKETCHAT_PLUGIN_ID, /* id */
40814081
"Rocket.Chat", /* name */
40824082
ROCKETCHAT_PLUGIN_VERSION, /* version */
4083-
"", /* summary */
4084-
"", /* description */
4083+
"Rocket.Chat Protocol Plugins.", /* summary */
4084+
"Adds Rocket.Chat protocol support to libpurple.", /* description */
40854085
"Eion Robb <eion@robbmob.com>", /* author */
40864086
ROCKETCHAT_PLUGIN_WEBSITE, /* homepage */
40874087
libpurple2_plugin_load, /* load */

0 commit comments

Comments
 (0)