mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: radicale: Use HTTPS home page.
* gnu/packages/dav.scm (radicale)[home-page]: Use HTTPS.
This commit is contained in:
parent
62290cd45d
commit
faa8dfd141
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ (define-public radicale
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue