mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
6bbcfb73cd
commit
ab155471de
1 changed files with 2 additions and 1 deletions
|
@ -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+))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue