Update package.json

This commit is contained in:
Kevin Röbert 2018-06-05 16:37:09 +00:00
parent 6c6f8ff512
commit 8055d5be53

View File

@ -6,7 +6,7 @@
{ {
"name": "Kevin R.", "name": "Kevin R.",
"email": "clearurls@kevinroebert.de", "email": "clearurls@kevinroebert.de",
"web": "https://github.com/KevinRoebert" "web": "https://gitlab.com/KevinRoebert"
}, },
{ {
"name": "Arne", "name": "Arne",
@ -18,7 +18,7 @@
{ {
"name": "Kevin R.", "name": "Kevin R.",
"email": "clearurls@kevinroebert.de", "email": "clearurls@kevinroebert.de",
"web": "https://github.com/KevinRoebert/" "web": "https://gitlab.com/KevinRoebert"
} }
], ],
"dependencies": { "dependencies": {
@ -32,8 +32,8 @@
}, },
"licenses": [ "licenses": [
{ {
"name": "MPL 2.0", "name": "QaPL v0.2",
"url": "https://opensource.org/licenses/MPL-2.0" "url": "https://gitlab.com/KevinRoebert/ClearUrls/blob/master/LICENSE.md"
} }
] ]
} }