[VkBridge] Switch maintainer (#1288)
This commit is contained in:
parent
7f6ca23e8f
commit
af48f36fd2
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
class VkBridge extends BridgeAbstract
|
class VkBridge extends BridgeAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
const MAINTAINER = 'ahiles3005';
|
const MAINTAINER = 'em92';
|
||||||
|
// const MAINTAINER = 'pmaziere';
|
||||||
|
// const MAINTAINER = 'ahiles3005';
|
||||||
const NAME = 'VK.com';
|
const NAME = 'VK.com';
|
||||||
const URI = 'https://vk.com/';
|
const URI = 'https://vk.com/';
|
||||||
const CACHE_TIMEOUT = 300; // 5min
|
const CACHE_TIMEOUT = 300; // 5min
|
||||||
|
|
Loading…
Reference in a new issue