Kaynağa Gözat

Remove Trello.

Lauri Ojansivu 6 yıl önce
ebeveyn
işleme
53c0a52788
5 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 1
      app.json
  2. 1 1
      package.json
  3. 2 2
      scalingo.json
  4. 1 1
      snap-src/bin/wekan-help
  5. 1 1
      snapcraft.yaml

+ 1 - 1
app.json

@@ -1,6 +1,6 @@
 {
   "name": "Wekan",
-  "description": "The open-source Trello-like kanban",
+  "description": "The open-source kanban",
   "repository": "https://github.com/wekan/wekan",
   "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
   "keywords": ["productivity", "tool", "team", "kanban"],

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "wekan",
   "version": "1.31.0",
-  "description": "The open-source Trello-like kanban",
+  "description": "The open-source kanban",
   "private": true,
   "scripts": {
     "lint": "eslint --ignore-pattern 'packages/*' .",

+ 2 - 2
scalingo.json

@@ -1,8 +1,8 @@
 {
   "name": "wekan",
-  "description": "The open-source Trello-like kanban (build with Meteor)",
+  "description": "The open-source kanban (built with Meteor)",
   "repository": "https://github.com/wekan/wekan/",
   "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
-  "website": "https://wekan.io",
+  "website": "https://wekan.github.io",
   "addons": ["scalingo-mongodb"]
 }

+ 1 - 1
snap-src/bin/wekan-help

@@ -7,7 +7,7 @@ if [ "$CADDY_ENABLED" = "true" ]; then
     export PORT=${CADDY_PORT} &>/dev/null
 fi
 
-echo -e "Wekan: The open-source Trello-like kanban.\n"
+echo -e "Wekan: The open-source kanban.\n"
 echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
 echo -e "\n"
 echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"

+ 1 - 1
snapcraft.yaml

@@ -1,7 +1,7 @@
 name: wekan
 version: 0
 version-script: git describe --dirty --tags |  cut -c 2-
-summary: The open-source Trello-like kanban
+summary: The open-source kanban
 description: |
    Wekan is an open-source and collaborative kanban board application.