From 53c0a5278888ad1f97005f5347df09b66e67c5d4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 14 Aug 2018 21:22:46 +0300 Subject: Remove Trello. --- app.json | 2 +- package.json | 2 +- scalingo.json | 4 ++-- snap-src/bin/wekan-help | 2 +- snapcraft.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index 6d3ce917..3921dec9 100644 --- a/app.json +++ b/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"], diff --git a/package.json b/package.json index 2617ef02..9f1a1d65 100644 --- a/package.json +++ b/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/*' .", diff --git a/scalingo.json b/scalingo.json index 57acbacc..78601a45 100644 --- a/scalingo.json +++ b/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"] } diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index 49270fb2..2cd0f037 100755 --- a/snap-src/bin/wekan-help +++ b/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" diff --git a/snapcraft.yaml b/snapcraft.yaml index 93c50ae8..f3f784e7 100644 --- a/snapcraft.yaml +++ b/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. -- cgit v1.2.3-1-g7c22