etesync-dav: fix typo (#2067)

Upstream (https://github.com/etesync/etesync-dav/blob/master/README.md#configuration-and-running) uses 37358 as default port.

(cherry picked from commit e9ed9c2e11)
This commit is contained in:
puzzlewolf 2021-06-06 00:58:12 +02:00 committed by Robert Helgesson
parent 8d64c164fc
commit 2bfad60b73
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -35,7 +35,7 @@ in {
example = literalExample ''
{
ETESYNC_LISTEN_ADDRESS = "localhost";
ETESYNC_LISTEN_PORT = 37385;
ETESYNC_LISTEN_PORT = 37358;
}
'';
description = ''