mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: js-commander: Fix trailing whitespace in description.
* gnu/packages/javascript.scm (js-commander)[description]: Fix trailing whitespace.
This commit is contained in:
parent
36a78af6f2
commit
690fd6191c
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ (define-public js-commander
|
|||
(home-page "https://github.com/tj/commander.js")
|
||||
(synopsis "Library for node.js command-line interfaces")
|
||||
(description "Commander.js aims to be the complete solution for node.js
|
||||
command-line interfaces. ")
|
||||
command-line interfaces.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public js-xmldom-sre
|
||||
|
|
Loading…
Reference in a new issue