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",
|
"id": "taskboard",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Kanban-inspired app for keeping track of things that need to get done.",
|
"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."
|
"fr": "Application inspirée de Kanban pour garder une trace des choses à faire"
|
||||||
},
|
},
|
||||||
"version": "1.0.2~ynh2",
|
"version": "1.0.2~ynh2",
|
||||||
"url": "http://taskboard.matthewross.me/",
|
"url": "http://taskboard.matthewross.me/",
|
||||||
|
@ -12,8 +12,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "http://taskboard.matthewross.me/",
|
"website": "http://taskboard.matthewross.me/",
|
||||||
"demo": "https://taskboard.matthewross.me/demo",
|
"demo": "https://taskboard.matthewross.me/demo",
|
||||||
"admindoc": "https://yunohost.org/packaging_apps",
|
|
||||||
"userdoc": "https://yunohost.org/apps",
|
|
||||||
"code": "https://github.com/kiswa/TaskBoard"
|
"code": "https://github.com/kiswa/TaskBoard"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -32,8 +30,7 @@
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
|
Loading…
Add table
Reference in a new issue