1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00

Fix question type for proxy choice

This commit is contained in:
tituspijean 2023-08-08 11:25:50 +02:00 committed by GitHub
parent 054045c0a6
commit b81c3a0ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
"en": "Create a redirection or a proxy to another path",
"fr": "Créer une redirection ou un proxy vers un autre emplacement"
},
"version": "1.0.2~ynh1",
"version": "1.0.2~ynh2",
"license": "AGPL-3.0-or-later",
"url": "https://github.com/YunoHost-Apps/redirect_ynh",
"upstream": {
@ -18,7 +18,7 @@
"email": "alex.aubin@mailoo.org"
},
"requirements": {
"yunohost": ">= 4.2.0"
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
@ -49,7 +49,7 @@
},
{
"name": "redirect_type",
"type": "string",
"type": "select",
"ask": {
"en": "Redirect type",
"fr": "Type de redirection"