diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-17 10:03:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-17 10:03:16 +0300 |
commit | c5b63846b8c9467c403345f89cb16cfea9832555 (patch) | |
tree | 380e45e87757dea2c9b5e9955970cd57639cf0f8 /gnu | |
parent | ce91d95f0d3e1d8a28888f4c44048bb04b3b5d8d (diff) | |
download | guix-c5b63846b8c9467c403345f89cb16cfea9832555.tar guix-c5b63846b8c9467c403345f89cb16cfea9832555.tar.gz |
gnu: vdirsyncer: Update home-page.
* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream
home-page.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dav.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 9d0479b1e1..2b1d55c8a5 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -105,5 +105,5 @@ between two storage locations. The most popular purpose is to synchronize a CalDAV or CardDAV server with a local folder or file. The local data can then be accessed via a variety of programs, none of which have to know or worry about syncing to a server.") - (home-page "https://github.com/untitaker/vdirsyncer") + (home-page "https://github.com/pimutils/vdirsyncer") (license bsd-3))) |