Add CognitiveGears to author
This commit is contained in:
parent
e78f9cdb71
commit
0e32e3856e
|
@ -7,13 +7,12 @@ const { WellKnownLocations } = require('../web');
|
|||
|
||||
const _ = require('lodash');
|
||||
const User = require('../../../user');
|
||||
const EnigAssert = require('../../../enigma_assert');
|
||||
const Log = require('../../../logger').log;
|
||||
|
||||
exports.moduleInfo = {
|
||||
name: 'WebFinger',
|
||||
desc: 'A simple WebFinger Handler',
|
||||
author: 'NuSkooler',
|
||||
author: 'NuSkooler, CognitiveGears',
|
||||
packageName: 'codes.l33t.enigma.web.handler.finger',
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue