diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:03:50 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-23 16:03:50 +0200 |
commit | 053fa4b4998ef10c1c2d7ceb3e6a24164562d343 (patch) | |
tree | 4d283abf1fcd16494b4da9cf7634a8fd66e4089d /util/package.json | |
parent | :sparkles: example value in documentation (diff) | |
download | server-053fa4b4998ef10c1c2d7ceb3e6a24164562d343.tar.xz |
:bug: fix (pre) install scripts
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 6 |
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": { |