1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-10 17:45:26 +02:00 committed by Félix Piédallu
parent dfa4ff1614
commit 03cc4a989d
2 changed files with 2 additions and 7 deletions

View file

@ -10,8 +10,8 @@ version = "2.5.0~ynh3"
maintainers = ["Salamandar"]
[upstream]
license = "free"
website = "https://github.com/butlerx/wetty/"
license = "MIT"
code = "https://github.com/butlerx/wetty"
[integration]
yunohost = ">=11.1.20"

View file

@ -15,11 +15,6 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --time --weight=1
#=================================================
# STANDARD UPGRADE STEPS
#=================================================