guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-caldav: Make description a full se


From: guix-commits
Subject: branch master updated: gnu: emacs-org-caldav: Make description a full sentence.
Date: Wed, 16 Dec 2020 09:15:43 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ab15547  gnu: emacs-org-caldav: Make description a full sentence.
ab15547 is described below

commit ab155471de7ec6dba7fe348779eb2acd7d85723d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Dec 16 15:14:49 2020 +0100

    gnu: emacs-org-caldav: Make description a full sentence.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-caldav)[description]: Make it a full
    sentence.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 07910fe..8e8e2d2 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+))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]