1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeronet_ynh.git synced 2024-09-03 17:46:12 +02:00

Fix yunohost version requirements

! Using official helper ynh_legacy_permissions_delete_all implies requiring at least version 4.1, but manifest only requires 3.8.1 
    ! Using official helper ynh_legacy_permissions_exists implies requiring at least version 4.1, but manifest only requires 3.8.1
This commit is contained in:
yalh76 2021-05-07 00:30:03 +02:00 committed by GitHub
parent 9e981cd858
commit 5322ea5bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
"email": "whypsi@riseup.net"
},
"requirements": {
"yunohost": ">> 3.8.1"
"yunohost": ">= 4.1.7.3"
},
"multi_instance": true,
"services": [
@ -43,4 +43,4 @@
}
]
}
}
}