1 files changed, 3 insertions, 3 deletions
diff --git a/util/package.json b/util/package.json
index 2fa93f9b..0e81a544 100644
--- a/util/package.json
+++ b/util/package.json
@@ -12,19 +12,19 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/fosscord/fosscord-server-util.git"
+ "url": "git+https://github.com/fosscord/fosscord-server.git"
},
"keywords": [
"discord",
"fosscord",
- "fosscord-server-util",
+ "fosscord-server",
"discord open source",
"discord-open-source"
],
"author": "Fosscord",
"license": "GPLV3",
"bugs": {
- "url": "https://github.com/fosscord/fosscord-server-util/issues"
+ "url": "https://github.com/fosscord/fosscord-server/issues"
},
"homepage": "https://docs.fosscord.com/",
"devDependencies": {
|