1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

fix: correct services dependencies in manifest.json

This commit is contained in:
Emmanuel Averty 2023-01-21 12:00:03 +01:00 committed by grosmanal
parent 80a95d05ce
commit df510686b4

View file

@ -22,7 +22,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"mysql" "postgres"
], ],
"requirements": { "requirements": {
"yunohost": ">= 11.0.9" "yunohost": ">= 11.0.9"