Fix url to git repository in package.json

pull/22/head
Clement Michaud 2017-03-16 22:37:30 +01:00
parent 8cd80bfd96
commit c2c47eee85
1 changed files with 2 additions and 2 deletions

View File

@ -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 <clement.michaud34@gmail.com>",
"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"