diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 07910fea86..8e8e2d2963 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17774,7 +17774,8 @@ be changed by customizing the appropriate variables.") `(("emacs-org" ,emacs-org))) (home-page "https://github.com/dengste/org-caldav") (synopsis "Sync Org files with external calendars via the CalDAV protocol") - (description "Synchronize between events in Org files and a CalDAV + (description + "Org CalDAV synchronizes events between Org files and a CalDAV calendar.") (license license:gpl3+)))) |