Commit 8b8a6c0003cf81bd106df39bdbd519e00c71ba7e
1 parent
5e0b8b78
Change plugin ID (→prpl-line) and update homepage.
Note: The plugin ID has changed so accounts will show up as "Unknown" protocol. To fix, edit each account and change the type back to LINE, save, and restart Pidgin.
Showing
3 changed files
with
2 additions
and
4 deletions
libpurple/constants.hpp
libpurple/pluginmain.cpp
... | ... | @@ -38,7 +38,7 @@ static void init_info(PurplePluginInfo &i) { |
38 | 38 | i.summary = (char *)"Plugin for Naver LINE"; |
39 | 39 | i.description = (char *)"Plugin for Naver LINE"; |
40 | 40 | i.author = (char *)"Matti Virkkunen <[email protected]>"; |
41 | - i.homepage = (char *)"https://github.com/mvirkkunen/purple-line"; | |
41 | + i.homepage = (char *)"http://altrepo.eu/git/purple-line"; | |
42 | 42 | |
43 | 43 | i.destroy = line_plugin_destroy; |
44 | 44 | i.extra_info = (void *)&prpl_info; | ... | ... |