summaryrefslogtreecommitdiff
path: root/src/boot/master.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-01 17:16:17 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-01 17:16:17 +0900
commit03b4f19a4c1e612d3758a802ab7f3b7df3189320 (patch)
tree8b93ed384186b8e16ab353b3463458ec5d38ab6a /src/boot/master.ts
parent12.0.0-alpha.14 (diff)
downloadsharkey-03b4f19a4c1e612d3758a802ab7f3b7df3189320.tar.gz
sharkey-03b4f19a4c1e612d3758a802ab7f3b7df3189320.tar.bz2
sharkey-03b4f19a4c1e612d3758a802ab7f3b7df3189320.zip
Maintainerはクライアントに表示するようになった
Diffstat (limited to 'src/boot/master.ts')
-rw-r--r--src/boot/master.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/master.ts b/src/boot/master.ts
index d6d5ed438f..39d1981956 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, @acid-chicken, and @rinsuki.');
+ console.log(' Misskey is an open-source decentralized microblogging platform.');
console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo'));
console.log('');