gnu: emacs-org-caldav: Make description a full sentence.

* gnu/packages/emacs-xyz.scm (emacs-org-caldav)[description]: Make it a full
sentence.
This commit is contained in:
Nicolas Goaziou 2020-12-16 15:14:49 +01:00
parent 6bbcfb73cd
commit ab155471de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17774,7 +17774,8 @@ (define-public emacs-org-caldav
`(("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+))))