mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
[enh] manifest.json
Fix maintainer's username, improve description, remove references to gitlab.
This commit is contained in:
parent
cd82e9a084
commit
89cef3c3b6
1 changed files with 9 additions and 10 deletions
|
@ -4,15 +4,14 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"version": "0.35.4~ynh1",
|
"version": "0.35.4~ynh1",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "JupyterLab for Yunohost.",
|
"en": "JupyterLab for Yunohost, an extensible environment for interactive and reproducible computing (notebook, terminal, text editor, file browser, rich outputs, etc.)",
|
||||||
"fr": "JupyterLab pour YunoHost."
|
"fr": "JupyterLab pour YunoHost, un environnement informatique extensible, interactif et reproductible (bloc-notes, terminal, éditeur de texte, explorateur de fichiers, texte enrichi, etc.)"
|
||||||
},
|
},
|
||||||
"url": "https://jupyterlab.readthedocs.io/en/stable/",
|
"url": "https://jupyterlab.readthedocs.io/en/stable/",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "kayou",
|
"name": "bourreP",
|
||||||
"email": "",
|
"email": ""
|
||||||
"url": "http://example.com"
|
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 3.0.0"
|
"yunohost": ">> 3.0.0"
|
||||||
|
@ -27,8 +26,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for gitlab",
|
"en": "Choose a domain name for JupyterLab",
|
||||||
"fr": "Choisissez un nom de domaine pour gitlab"
|
"fr": "Choisissez un nom de domaine pour JupyterLab"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
@ -36,8 +35,8 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for gitlab",
|
"en": "Choose a path for JupyterLab",
|
||||||
"fr": "Choisissez un chemin pour gitlab"
|
"fr": "Choisissez un chemin pour JupyterLab"
|
||||||
},
|
},
|
||||||
"example": "/",
|
"example": "/",
|
||||||
"default": "/"
|
"default": "/"
|
||||||
|
|
Loading…
Reference in a new issue