diff options
author | David Runge <dave@sleepmap.de> | 2015-02-17 17:39:35 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-02-17 17:39:35 +0100 |
commit | c14d2ef842860b990bafc588a3a1852c5c7b5350 (patch) | |
tree | ebfb1d0d1c015fd18fb86a7dd3ec3dc6a4a7250a | |
parent | f59c8d48ec4464ff874e2e4d43a3a34af8b6484d (diff) | |
download | dotfiles-c14d2ef842860b990bafc588a3a1852c5c7b5350.tar.gz dotfiles-c14d2ef842860b990bafc588a3a1852c5c7b5350.tar.bz2 dotfiles-c14d2ef842860b990bafc588a3a1852c5c7b5350.tar.xz dotfiles-c14d2ef842860b990bafc588a3a1852c5c7b5350.zip |
khard.conf: Updating config to reflect server change.
-rw-r--r-- | .config/khard/khard.conf | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index b5d5cbc..995ffdc 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -5,24 +5,18 @@ path = ~/.contacts/akt/ [[bands]] path = ~/.contacts/bands/ -[[funkhaus]] -path = ~/.contacts/funkhaus/ +[[private]] +path = ~/.contacts/private/ -[[personal]] -path = ~/.contacts/personal/ - -[[pool]] -path = ~/.contacts/pool/ - -[[restaurants]] -path = ~/.contacts/restaurants/ - -[[service]] -path = ~/.contacts/service/ +[[services]] +path = ~/.contacts/services/ [[tu-berlin]] path = ~/.contacts/tu-berlin/ +[[unixpool]] +path = ~/.contacts/unixpool/ + [[venues]] path = ~/.contacts/venues/ |