diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-24 12:23:05 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-24 12:23:05 +0900 |
| commit | bb6cd258f3b811cd10bdd2618af7e24c65d2549b (patch) | |
| tree | 0df3977ed3570423ceefb7250c5562c6fa7f87bf /src/games/reversi | |
| parent | Update 01_bug-report.md (diff) | |
| download | misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.gz misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.bz2 misskey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.zip | |
syuilo/misskey --> misskey-dev/misskey
Diffstat (limited to 'src/games/reversi')
| -rw-r--r-- | src/games/reversi/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/games/reversi/package.json b/src/games/reversi/package.json index 5e7fdcb58a..a4415ad141 100644 --- a/src/games/reversi/package.json +++ b/src/games/reversi/package.json @@ -7,8 +7,8 @@ ], "author": "syuilo <i@syuilo.com>", "license": "MIT", - "repository": "https://github.com/syuilo/misskey.git", - "bugs": "https://github.com/syuilo/misskey/issues", + "repository": "https://github.com/misskey-dev/misskey.git", + "bugs": "https://github.com/misskey-dev/misskey/issues", "main": "./built/core.js", "types": "./built/core.d.ts", "scripts": { |