1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
yalh76 2020-03-20 13:22:41 +01:00
parent 6dd939b9e2
commit 0814fca58c

View file

@ -5,8 +5,8 @@
#=================================================
# dependencies used by the app
pkg_dependencies="mongodb mongodb-server mongodb-org-tools"
pkg_dependencies_buster="mongodb-org mongodb-org-server mongo-org-tools"
pkg_dependencies="mongodb mongodb-server mongo-tools"
pkg_dependencies_buster="mongodb-org mongodb-org-server mongodb-org-tools"
nodejsversion=12.15.0
#=================================================