1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

fix syntax

This commit is contained in:
lapineige 2023-04-14 23:25:40 +02:00 committed by GitHub
parent b82dc27e73
commit 3324f30ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
config :pleroma, :frontends, :pickable
"pleroma-fe/stable",
"mangane/dist"
config :pleroma, :frontends,
pickable: [
"pleroma-fe/stable",
"mangane/dist"
]