diff options
author | KaKi87 <KaKi87@pm.me> | 2022-06-02 17:33:50 +0200 |
---|---|---|
committer | KaKi87 <KaKi87@pm.me> | 2022-06-02 17:33:50 +0200 |
commit | 5adcd70a5171ae807f5fcbcd65eb6a5938c6386a (patch) | |
tree | 5e19903f69a71c5c542e3467304be5ce7ed16a59 /package.json | |
parent | Merge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff) | |
download | server-5adcd70a5171ae807f5fcbcd65eb6a5938c6386a.tar.xz |
Use SPDX license syntax in 'package.json' files
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3395122e..8488ff28 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "git+https://github.com/fosscord/fosscord-server.git" }, "author": "Fosscord", - "license": "AGPLV3", + "license": "AGPL-3.0-only", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, |