diff --git a/package.json b/package.json index 8241c4d..2e96926 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "node-ufw", + "name": "dtp-node-ufw", "version": "2.0.1", - "description": "Manipulate UFW (Ubuntu distribution only) via Node.js.", + "description": "Manipulate UFW (Ubuntu distribution only) via Node.js without process root privileges.", "license": "MIT", "typings": "dist/Typings.d.ts", "main": "dist/Index.js", @@ -11,15 +11,15 @@ "funding": [ { "type": "individual", - "url": "https://trakteer.id/ray1337" + "url": "https://www.givesendgo.com/dtp" } ], "repository": { "type": "git", - "url": "https://github.com/ray-1337/node-ufw.git" + "url": "https://git.digitaltelepresence.com/digital-telepresence/dtp-node-ufw.git" }, "bugs": { - "url": "https://github.com/ray-1337/node-ufw/issues" + "url": "https://git.digitaltelepresence.com/digital-telepresence/dtp-node-ufw/issues" }, "scripts": { "test": "ava Test.ts",