Add CognitiveGears to author

This commit is contained in:
Bryan Ashby 2022-12-31 15:39:54 -07:00
parent e78f9cdb71
commit 0e32e3856e
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 2 deletions

View File

@ -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',
};