mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ data, including buffers, window configuration, variables, and more.")
|
||||||
(home-page "https://cider.mx")
|
(home-page "https://cider.mx")
|
||||||
(synopsis "EDN parser for Emacs Lisp")
|
(synopsis "EDN parser for Emacs Lisp")
|
||||||
(description
|
(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.")
|
It uses parseclj's shift-reduce parser internally.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue