diff --git a/README.md b/README.md index 2bd5536..66775b8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Clone of 2048 game. You need to reach 243. #### Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps243/) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/243/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/243/) ## Links diff --git a/README_fr.md b/README_fr.md index fc17e9a..d1ceb01 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,11 +22,11 @@ Clone du jeu 2048. Il vous faut atteindre 243. #### Architectures supportées -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps243/) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/243/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/243%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/243/) ## Liens * Signaler un bug : https://github.com/YunoHost-Apps/243_ynh/issues - * Dépôt de l'application principale : https://github.com/hgentry/81 + * Dépôt de l’application principale : https://github.com/hgentry/81 * Site web YunoHost : https://yunohost.org/ diff --git a/manifest.json b/manifest.json index 9755ed1..4c8e762 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "url": "https://github.com/hgentry/81/", "license": "MIT", "maintainer": { - "name": "Moul", - "email": "moul@moul.re" + "name": "eric_G", + "email": "ericgaspar@free.fr" }, "requirements": { "yunohost": ">= 3.7.0" diff --git a/scripts/remove b/scripts/remove index 507d002..2c06727 100755 --- a/scripts/remove +++ b/scripts/remove @@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) -port=$(ynh_app_setting_get --app=$app --key=port) final_path=$(ynh_app_setting_get --app=$app --key=final_path) #=================================================