Fixing license

This commit is contained in:
Stephen Vanderwarker 2022-04-27 15:18:46 -04:00
parent 1573f91271
commit daaebbd507
Signed by: stephen
GPG Key ID: EF429EF847868C14
1 changed files with 5 additions and 3 deletions

View File

@ -35,9 +35,11 @@
"type": "git", "type": "git",
"url": "https://git.vanderwarker.family/vxmppb/vxmppb.git" "url": "https://git.vanderwarker.family/vxmppb/vxmppb.git"
}, },
"license": { "licenses": [
"type": "MIT" {
}, "type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"homepage": "https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start", "homepage": "https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start",
"scripts": { "scripts": {
"test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0" "test": "echo \"No tests available. Please consider helping with a pull request!\" && exit 0"