me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-caldav)[description]: Make it a full
sentence.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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+))))