diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-14 01:05:37 +0000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-14 01:06:44 +0000 |
commit | fd11094dabfe7bba0810cc4be4d3d0b8783152e5 (patch) | |
tree | 8196bb6d8dcbfc693ac2ba2e0973d7eaab505a6d /package.json | |
parent | 8c5f476397c6943d5c49e37ca26118b908d67143 (diff) | |
download | fengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.tar.gz fengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.tar.bz2 fengari-fd11094dabfe7bba0810cc4be4d3d0b8783152e5.zip |
README,package.json: Update links for new organisation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index abedcc4..f4f4db3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/giann/fengari.git" + "url": "git+https://github.com/fengari-lua/fengari.git" }, "keywords": [ "lua", @@ -24,9 +24,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/giann/fengari/issues" + "url": "https://github.com/fengari-lua/fengari/issues" }, - "homepage": "https://github.com/giann/fengari#readme", + "homepage": "https://github.com/fengari-lua/fengari#readme", "devDependencies": { "faucet": "0.0.1", "tape": "^2.0.1", |