net-im/py-matrix-synapse: fix typo in pkg-message

sqlite is supposed to be migrated to postgresql not postfix
This commit is contained in:
Baptiste Daroussin 2022-07-16 17:55:26 +02:00
parent 0aabc02be1
commit ee6588e8e2

View file

@ -79,7 +79,7 @@ EOM
message: <<EOM
Starting with synapse 1.62.0, this port will no longer ship with sqlite support
by default. If you rely on sqlite for your setup, please either migrate to
postfix, install the sqlite dependency manually or build a custom flavor of the
postgresql, install the sqlite dependency manually or build a custom flavor of the
port.
EOM
}