From c2c47eee8574c6d705b938941f020af8c34702d8 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Thu, 16 Mar 2017 22:37:30 +0100 Subject: [PATCH] Fix url to git repository in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f148acde9..920257f77 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/clems4ever/two-factor-auth-server" + "url": "git+https://github.com/clems4ever/authelia" }, "author": "Clement Michaud ", "license": "MIT", "bugs": { - "url": "https://github.com/clems4ever/two-factor-auth-server/issues" + "url": "https://github.com/clems4ever/authelia/issues" }, "apidoc": { "title": "Authelia API documentation"