diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:18:45 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:18:45 +0200 |
commit | 1cf781e254caa876a2a86bcd355a49ed71babc27 (patch) | |
tree | f836f0a5f6ea26dedfd1247f219b8dc97344897b /bundle/package.json | |
parent | Merge branch 'pr/darkhpp/261-2' (diff) | |
download | server-1cf781e254caa876a2a86bcd355a49ed71babc27.tar.xz |
:pencil: updated links to fosscord-server
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 6 |
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", |