pidgin/purple-plugin-pack

Update the website to the current location

13 months ago, Gary Kramlich
cd09d0ef94b2
Update the website to the current location

Testing Done:
Built and verified `pp_config.h` had the right value and also grepped for `bitbucket` in the entire code base.

Reviewed at https://reviews.imfreedom.org/r/2402/
if TYPES.contains('default') and PIDGIN.found() and IS_PURPLE_TWO
mystatusbox = shared_module('mystatusbox',
'mystatusbox.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'mystatusbox'
endif