From c577446cc5445b988dba1f35be972acc5d38ee0f Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 17 Jun 2019 15:32:51 +0200 Subject: [PATCH] change git repo url --- app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index fd519278..7c85732a 100644 --- a/app/package.json +++ b/app/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://git.e.tern.al/s2/gitlit" + "url": "https://github.com/S2-/gitlit" }, "author": "", "license": "ISC" diff --git a/package.json b/package.json index 91ac63c1..1674bb31 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "ssh://git@git.e.tern.al:22022/s2/gitlit.git" + "url": "https://github.com/S2-/gitlit" }, "author": "", "license": "ISC",