mirror of
https://github.com/YunoHost-Apps/retroarch_ynh.git
synced 2024-09-03 20:16:12 +02:00
Fix linter warning
This commit is contained in:
parent
b534d30362
commit
fa021e67d1
2 changed files with 1 additions and 5 deletions
|
@ -4,10 +4,6 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Emulate videogames system and play videogames through your web browser",
|
||||
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
|
||||
},
|
||||
"version": "1.10.0~ynh2",
|
||||
"version": "1.10.0~ynh3",
|
||||
"url": "http://www.retroarch.com/",
|
||||
"upstream": {
|
||||
"version": "1.10.0",
|
||||
|
|
Loading…
Reference in a new issue