mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
Update manifest.json
This commit is contained in:
parent
1025f5b2bd
commit
4648d1f21b
1 changed files with 3 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
|||
"id": "taskboard",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Kanban-inspired app for keeping track of things that need to get done.",
|
||||
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire."
|
||||
"en": "Kanban-inspired app for keeping track of things that need to get done",
|
||||
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire"
|
||||
},
|
||||
"version": "1.0.2~ynh2",
|
||||
"url": "http://taskboard.matthewross.me/",
|
||||
|
@ -12,8 +12,6 @@
|
|||
"license": "MIT",
|
||||
"website": "http://taskboard.matthewross.me/",
|
||||
"demo": "https://taskboard.matthewross.me/demo",
|
||||
"admindoc": "https://yunohost.org/packaging_apps",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/kiswa/TaskBoard"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -32,8 +30,7 @@
|
|||
"arguments": {
|
||||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
|
|
Loading…
Add table
Reference in a new issue