From 10046b6a678364982420cbae26e401d40b2f8a1c Mon Sep 17 00:00:00 2001 From: Francesco Esposito Date: Wed, 16 Jan 2019 15:55:26 +0100 Subject: [PATCH] - --- README.md | 2 +- package.json | 8 ++++---- utils.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6ece3d9..1b25517 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ In order to use this bot is required that the code is hosted on a linux system c GPLv3 --- -Made with ❤️ by Francesco Esposito ([@f3sposito](https://github.com/f3sposito)) \ No newline at end of file +Made with ❤️ by Francesco Esposito ([@ovfl0w](https://github.com/ovfl0w)) \ No newline at end of file diff --git a/package.json b/package.json index 3457c0d..96410ba 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/f3sposito/lscanbot.git" + "url": "git+https://github.com/ovfl0w/lscanbot.git" }, - "author": "f3sposito", + "author": "ovfl0w", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/f3sposito/lscanbot/issues" + "url": "https://github.com/ovfl0w/lscanbot/issues" }, - "homepage": "https://github.com/f3sposito/lscanbot#readme", + "homepage": "https://github.com/ovfl0w/lscanbot#readme", "dependencies": { "arpscan": "^0.6.0", "bunyan": "^1.8.12", diff --git a/utils.js b/utils.js index a150c30..1b9ae14 100644 --- a/utils.js +++ b/utils.js @@ -7,13 +7,13 @@ function isAuthorizedUser(userId) { function templateStart() { const msg = `* Welcome to ${appConfig.app.name} 📱📡*\n A bot to find devices on your network. \n -Made with ❤️ by @f3sposito `; +Made with ❤️ by @ovfl0w `; return msg; } function templateUnauthorizedUser() { const msg = `Unauthorized user. 🤖 \n -Clone the repository https://github.com/f3sposito/lscanbot +Clone the repository https://github.com/ovfl0w/lscanbot and run the bot on your local network. 😎`; return msg; }