1 files changed, 3 insertions, 3 deletions
diff --git a/bundle/package.json b/bundle/package.json
index f4188565..a3478e03 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -12,15 +12,15 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/fosscord/fosscord-api.git"
+ "url": "git+https://github.com/fosscord/fosscord-server.git"
},
"keywords": [],
"author": "Fosscord",
"license": "AGPLV3",
"bugs": {
- "url": "https://github.com/fosscord/fosscord-api/issues"
+ "url": "https://github.com/fosscord/fosscord-server/issues"
},
- "homepage": "https://github.com/fosscord/fosscord-api#readme",
+ "homepage": "https://fosscord.com",
"devDependencies": {
"@types/async-exit-hook": "^2.0.0",
"@types/express": "^4.17.13",
|