diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:25:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-23 17:55:05 +0100 |
commit | faa8dfd1416676ea3231aa6aa20a10e6ac5ed7e2 (patch) | |
tree | a2e528db0ea382c9a909339e1acd28fa64f62c2d /gnu/packages/dav.scm | |
parent | 62290cd45d0baeb71d7e9254137c7cecdd4ecc38 (diff) | |
download | patches-faa8dfd1416676ea3231aa6aa20a10e6ac5ed7e2.tar patches-faa8dfd1416676ea3231aa6aa20a10e6ac5ed7e2.tar.gz |
gnu: radicale: Use HTTPS home page.
* gnu/packages/dav.scm (radicale)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/dav.scm')
-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 fb370fd716..5362d3505f 100644 --- a/gnu/packages/dav.scm +++ b/gnu/packages/dav.scm @@ -54,7 +54,7 @@ and edited by calendar and contact clients on mobile phones or computers. Radicale intentionally does not fully comply with the CalDAV and CardDAV RFCs. Instead, it supports the CalDAV and CardDAV implementations of popular clients.") - (home-page "http://radicale.org/") + (home-page "https://radicale.org/") (license gpl3+))) (define-public vdirsyncer |