diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 13:39:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-14 20:15:29 +0200 |
commit | 5309c3a158fd7c9d8bd4bca3a34765479c237ced (patch) | |
tree | 9363f4d5190d9d4c910c94266da001e1cf5c659a | |
parent | 2125cf62ef024d247dfee3ae5cb5b0cb110b29c3 (diff) | |
download | patches-5309c3a158fd7c9d8bd4bca3a34765479c237ced.tar patches-5309c3a158fd7c9d8bd4bca3a34765479c237ced.tar.gz |
gnu: khal: Use HTTPS home page.
* gnu/packages/calendar.scm (khal)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/calendar.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index f4568bf34c..2969228ee9 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -146,7 +146,7 @@ data units.") (synopsis "Console calendar program") (description "Khal is a standards based console calendar program, able to synchronize with CalDAV servers through vdirsyncer.") - (home-page "http://lostpackets.de/khal/") + (home-page "https://lostpackets.de/khal/") (license license:expat))) (define-public remind |