diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 91808cae9..d2fa5eb22 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -10570,9 +10570,8 @@ be changed by customizing the appropriate variables.") (propagated-inputs `(("emacs-org" ,emacs-org))) (home-page "https://github.com/dengste/org-caldav") (synopsis - "Sync org files with external calendar via the CalDAV protocol") + "Sync Org files with external calendars via the CalDAV protocol") (description - "Synchronization between events in org-mode files and a CalDAV -calendar. This code is still alpha. Be prepared. Have backups. Take -care.") + "Synchronize between events in Org-mode files and a CalDAV calendar. +This code is still alpha.") (license license:gpl3+)))