gnu: js-commander: Fix trailing whitespace in description.

* gnu/packages/javascript.scm (js-commander)[description]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:35:22 -08:00
parent 36a78af6f2
commit 690fd6191c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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