diff --git a/backend/package.json b/backend/package.json index ea256b2..7b43d2a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "vacdm-backend", - "version": "0.0.1", + "version": "1.0.0", "description": "", "main": "app.js", "scripts": { @@ -11,10 +11,10 @@ }, "repository": { "type": "git", - "url": "https://git.vatsim-germany.org/nav/tools/vacdm/vacdm" + "url": "https://github.com/vACDM/vACDM" }, "author": "Fionn Sperath / vACDM Team", - "license": "ISC", + "license": "GPL3", "devDependencies": { "@types/express": "^4.17.13", "@types/jsonwebtoken": "^8.5.8",