diff options
author | Thesourtimes <cckhmck@gmail.com> | 2022-04-26 21:34:15 +0300 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-26 22:47:35 +0300 |
commit | 540e643b86295e2c55941fc279e03b69e3f07ed5 (patch) | |
tree | 0e38d6acb9dde92bfe1b5720eabe8d88ae9d66c5 /gateway/package.json | |
parent | eventually fix those errors (diff) | |
download | server-540e643b86295e2c55941fc279e03b69e3f07ed5.tar.xz |
Do stuff for npm workspace
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json index 6d0d2d1c..92d812b4 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -13,7 +13,7 @@ }, "keywords": [], "author": "Fosscord", - "license": "GPLV3", + "license": "AGPLV3", "devDependencies": { "@types/amqplib": "^0.8.1", "@types/jsonwebtoken": "^8.5.0", |