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 4a9c947 gnu: libmpdel: Use complete sentences in description.
4a9c947 is described below
commit 4a9c947614247c79835da1c90ebbe8fadff53d01
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jun 26 09:53:21 2021 +0200
gnu: libmpdel: Use complete sentences in description.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel)[description]: Use complete
sentences.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9aadb80..4e18edf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22432,8 +22432,9 @@ comments.")
(home-page "https://gitea.petton.fr/mpdel/libmpdel")
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
(description
- "An Emacs library client to communicate with Music Player Daemon (MPD), a
-flexible, powerful, server-side application for playing music.")
+ "LibMPDel is an Emacs library client to communicate with Music Player
+Daemon (MPD), a flexible, powerful, server-side application for playing
+music.")
(license license:gpl3+)))
(define-public emacs-mpdel