diff options
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json index 8e620582..2434f250 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json @@ -102,7 +102,7 @@ "name": "@fosscord/api", "version": "1.0.0", "hasInstallScript": true, - "license": "GPLV3", + "license": "AGPLV3", "dependencies": { "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", @@ -165,7 +165,7 @@ "../cdn": { "name": "@fosscord/cdn", "version": "1.0.0", - "license": "GPLV3", + "license": "AGPLV3", "dependencies": { "@aws-sdk/client-s3": "^3.36.1", "@aws-sdk/node-http-handler": "^3.36.0", @@ -209,7 +209,7 @@ "name": "@fosscord/gateway", "version": "1.0.0", "hasInstallScript": true, - "license": "GPLV3", + "license": "AGPLV3", "dependencies": { "@fosscord/util": "file:../util", "amqplib": "^0.8.0", |