Change license

`AGPL3` isn't a valid SPDX identifier, but `AGPL-3.0-or-later` is. See https://spdx.org/licenses/
This commit is contained in:
Jeremy Fleischman
2023-09-27 23:31:21 -07:00
committed by GitHub
parent f337ee0643
commit ce73d29792

View File

@@ -11,7 +11,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/mCaptcha/mCaptcha.git" "url": "git+https://github.com/mCaptcha/mCaptcha.git"
}, },
"license": "AGPL3", "license": "AGPL-3.0-or-later",
"bugs": { "bugs": {
"url": "https://github.com/mCaptcha/mCaptcha/issues" "url": "https://github.com/mCaptcha/mCaptcha/issues"
}, },