1
0
Fork 0
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:
tituspijean 2019-01-04 15:45:35 +01:00 committed by GitHub
parent cd82e9a084
commit 89cef3c3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,15 +35,15 @@
"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": "/"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose an admin user", "en": "Choose an admin user",
"fr": "Choisissez ladministrateur" "fr": "Choisissez ladministrateur"