diff --git a/package.json b/package.json index 9081f0c..26fa4ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "esmbot", + "name": "mrmbot", "version": "1.9.0", - "description": "A Discord bot with miscellaneous features", + "description": "A Matrix bot with miscellaneous features", "exports": "./app.js", "bin": "./app.js", "type": "module", @@ -20,11 +20,11 @@ "start-api": "node api/index.js", "start-api:debug": "DEBUG=true node app.js" }, - "author": "Essem ", + "author": "Murm ", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/esmBot/esmBot.git" + "url": "git+https://gitdab.com/murm/mrmBot-Matrix.git" }, "dependencies": { "dotenv": "^16.0.3",