1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Update manifest.json

This commit is contained in:
Stylix58 2021-03-19 21:25:18 +01:00 committed by GitHub
parent 5b9a14054e
commit 6ea7a2db11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
"id": "icecoder", "id": "icecoder",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Un éditeur de code impressionnant ...dans votre navigateur", "en": "Code editor awesomeness ...in your browser",
"fr": "Code editor awesomeness ...in your browser" "fr": "Un éditeur de code impressionnant ...dans votre navigateur"
}, },
"version": "1.0~ynh1", "version": "1.0~ynh1",
"url": "https://icecoder.net", "url": "https://icecoder.net/",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
"name": "Stylix58", "name": "Stylix58",
"email": "lateman-jpeg@outlook.fr", "email": "lateman-jpeg@outlook.fr",
"url": "https://stylix58.netlify.app" "url": "https://stylix58.netlify.app/"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.3" "yunohost": ">= 4.1.3"
@ -39,7 +39,7 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"default": true "default": true
} },
] ]
} }
} }