diff options
-rw-r--r-- | .vdirsyncer/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 3ca65ef..f506d79 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -15,7 +15,7 @@ fileext = .vcf [storage dave_contacts_remote] type = carddav -url = https://cloud.sleepmap.de/remote.php/carddav/ +url = https://cloud.sleepmap.de/carddav/ username = dave password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] @@ -51,7 +51,7 @@ fileext = .ics [storage dave_calendar_remote] type = caldav -url = https://cloud.sleepmap.de/remote.php/caldav/ +url = https://cloud.sleepmap.de/caldav/ username = dave password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de"] |