Remove Trello.

This commit is contained in:
Lauri Ojansivu 2018-08-14 21:22:46 +03:00
parent c2eb300e21
commit 53c0a52788
5 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

@ -1,8 +1,8 @@
{ {
"name": "wekan", "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/", "repository": "https://github.com/wekan/wekan/",
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png", "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"] "addons": ["scalingo-mongodb"]
} }

View file

@ -7,7 +7,7 @@ if [ "$CADDY_ENABLED" = "true" ]; then
export PORT=${CADDY_PORT} &>/dev/null export PORT=${CADDY_PORT} &>/dev/null
fi 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 "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
echo -e "\n" echo -e "\n"
echo -e "${SNAP_NAME} has multiple services, to check status use systemctl" echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"

View file

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