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/server/api/endpoints | |
| parent | Update 01_bug-report.md (diff) | |
| download | sharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.gz sharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.tar.bz2 sharkey-bb6cd258f3b811cd10bdd2618af7e24c65d2549b.zip | |
syuilo/misskey --> misskey-dev/misskey
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/meta.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/meta.ts b/src/server/api/endpoints/meta.ts index 2a94ae35f6..3760c8b37b 100644 --- a/src/server/api/endpoints/meta.ts +++ b/src/server/api/endpoints/meta.ts @@ -71,12 +71,12 @@ export const meta = { repositoryUrl: { type: 'string' as const, optional: false as const, nullable: false as const, - default: 'https://github.com/syuilo/misskey' + default: 'https://github.com/misskey-dev/misskey' }, feedbackUrl: { type: 'string' as const, optional: false as const, nullable: false as const, - default: 'https://github.com/syuilo/misskey/issues/new' + default: 'https://github.com/misskey-dev/misskey/issues/new' }, secure: { type: 'boolean' as const, |