From a0ce7595527fb2279c37e8039a764272c45e0e0d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 14 Jun 2016 00:33:59 +0200 Subject: [PATCH] update links in package.json to point to gitlab --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d6e7da4..648e8bb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pushrocks/smartssh.git" + "url": "git+https://gitlab.com/pushrocks/smartssh.git" }, "keywords": [ "SSH", @@ -19,9 +19,9 @@ "author": "Lossless GmbH", "license": "MIT", "bugs": { - "url": "https://github.com/pushrocks/smartssh/issues" + "url": "https://gitlab.com/pushrocks/smartssh/issues" }, - "homepage": "https://github.com/pushrocks/smartssh#readme", + "homepage": "https://gitlab.com/pushrocks/smartssh#readme", "dependencies": { "beautylog": "^5.0.10", "fs-extra": "^0.30.0",