Skip to content

Commit

Permalink
mcaptcha: Fix license SPDX identifier
Browse files Browse the repository at this point in the history
Seems to match with the file name of the license at
<https://github.com/mCaptcha/mCaptcha/tree/master/LICENSES>.
I might file a PR later.
  • Loading branch information
lorenzleutgeb committed Apr 17, 2024
1 parent cf7a0ca commit 07e8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/mcaptcha/frontend-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vanilla",
"main": "index.js",
"version": "1.0.0",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "webpack --mode production",
"lint": "yarn run eslint templates",
Expand Down

0 comments on commit 07e8746

Please sign in to comment.