Yuki Takei 9 лет назад
Родитель
Сommit
1fc945a4a7
2 измененных файлов с 5 добавлено и 6 удалено
  1. 2 2
      app.js
  2. 3 4
      app.json

+ 2 - 2
app.js

@@ -1,8 +1,8 @@
 /**
  * Crowi::app.js
  *
- * @package Crowi
- * @author  Sotaro KARASAWA <sotarok@crocos.co.jp>
+ * @package crowi-plus
+ * @author  Yuki Takei <yuki@weseek.co.jp>
  */
 
 var crowi = new (require('./lib/crowi'))(__dirname, process.env);

+ 3 - 4
app.json

@@ -1,12 +1,11 @@
 {
-  "name": "Crowi",
-  "description": "The simple & powerful Wiki",
+  "name": "crowi-plus",
+  "description": "Enhanced Crowi",
   "keywords": [
     "wiki",
     "communication"
   ],
-  "website": "https://crowi.wiki/",
-  "repository": "https://github.com/crowi/crowi",
+  "repository": "https://github.com/weseek/crowi-plus",
   "success_url": "/",
   "env": {
     "NODE_ENV": "production",