syuilo/misskey --> misskey-dev/misskey
This commit is contained in:
parent
b5adb02eb8
commit
bb6cd258f3
51 changed files with 68 additions and 68 deletions
|
@ -321,14 +321,14 @@ export class Meta {
|
|||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
default: 'https://github.com/syuilo/misskey',
|
||||
default: 'https://github.com/misskey-dev/misskey',
|
||||
nullable: false
|
||||
})
|
||||
public repositoryUrl: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
default: 'https://github.com/syuilo/misskey/issues/new',
|
||||
default: 'https://github.com/misskey-dev/misskey/issues/new',
|
||||
nullable: true
|
||||
})
|
||||
public feedbackUrl: string | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue