mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-parseedn: Fix description.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): [description]: Use full sentence.
This commit is contained in:
parent
0bfb6f03f1
commit
8c7ef61523
1 changed files with 1 additions and 1 deletions
|
@ -25158,7 +25158,7 @@ (define-public emacs-parseedn
|
|||
(home-page "https://cider.mx")
|
||||
(synopsis "EDN parser for Emacs Lisp")
|
||||
(description
|
||||
"An Emacs Lisp library for parsing EDN (Clojure) data.
|
||||
"Parseedn is an Emacs Lisp library for parsing EDN (Clojure) data.
|
||||
It uses parseclj's shift-reduce parser internally.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue