guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: radicale: Use HTTPS home page.


From: guix-commits
Subject: 08/09: gnu: radicale: Use HTTPS home page.
Date: Sun, 23 Feb 2020 11:57:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit faa8dfd1416676ea3231aa6aa20a10e6ac5ed7e2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:25:47 2020 +0100

    gnu: radicale: Use HTTPS home page.
    
    * gnu/packages/dav.scm (radicale)[home-page]: Use HTTPS.
---
 gnu/packages/dav.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index fb370fd..5362d35 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]