1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Fix dependency mariadb_server -> mariadb-server

This commit is contained in:
Salamandar 2023-09-09 10:15:35 +02:00
parent 459037d44a
commit 866b35a3bc

View file

@ -60,7 +60,7 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"mariadb_server",
"mariadb-server",
"python3-pip",
"python3-venv",
"cython3",