mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Fix url to git repository in package.json
This commit is contained in:
parent
8cd80bfd96
commit
c2c47eee85
|
@ -14,12 +14,12 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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>",
|
"author": "Clement Michaud <clement.michaud34@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/clems4ever/two-factor-auth-server/issues"
|
"url": "https://github.com/clems4ever/authelia/issues"
|
||||||
},
|
},
|
||||||
"apidoc": {
|
"apidoc": {
|
||||||
"title": "Authelia API documentation"
|
"title": "Authelia API documentation"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user