mirror of
https://github.com/wekan/wekan.git
synced 2025-04-18 19:24:50 -04:00
Remove Trello.
This commit is contained in:
parent
c2eb300e21
commit
53c0a52788
5 changed files with 6 additions and 6 deletions
2
app.json
2
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,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/*' .",
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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,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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue