diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-04-22 18:19:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-04-22 18:19:20 +0900 |
| commit | c203c8302bd165309c097c061973354191bc8686 (patch) | |
| tree | 28e6a0d18bea0c97f2d1fd76839c4544e72db5e0 /src | |
| parent | 11.2.2 (diff) | |
| download | sharkey-c203c8302bd165309c097c061973354191bc8686.tar.gz sharkey-c203c8302bd165309c097c061973354191bc8686.tar.bz2 sharkey-c203c8302bd165309c097c061973354191bc8686.zip | |
Add @rinsuki into collaborators (#4762)
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/master.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/master.ts b/src/boot/master.ts index 4d360c7265..503f09c1f2 100644 --- a/src/boot/master.ts +++ b/src/boot/master.ts @@ -27,7 +27,7 @@ function greet() { console.log(' ' + chalk.gray(v) + (' |___|\n'.substr(v.length))); //#endregion - console.log(' Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.'); + console.log(' Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, @acid-chicken, and @rinsuki.'); console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo')); console.log(''); |