diff options
author | David Runge <dave@sleepmap.de> | 2016-03-16 19:52:38 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-03-16 19:52:38 +0100 |
commit | 85b72b70df8953c23fe161ab0d15c36722c92392 (patch) | |
tree | 38d2c538903639596202b60526c73b7dc88e1f92 /.vdirsyncer/config | |
parent | 636ab8dfcfc41225f88d7cd1a35d2cd9a42ab73a (diff) | |
download | dotfiles-85b72b70df8953c23fe161ab0d15c36722c92392.tar.gz dotfiles-85b72b70df8953c23fe161ab0d15c36722c92392.tar.bz2 dotfiles-85b72b70df8953c23fe161ab0d15c36722c92392.tar.xz dotfiles-85b72b70df8953c23fe161ab0d15c36722c92392.zip |
.vdirsyncer/config: Changing {card,cal}dav addresses to unifying addresses
Diffstat (limited to '.vdirsyncer/config')
-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"] |