gnu: emacs-org2web: Fix trailing whitespace in synopsis.

* gnu/packages/emacs-xyz.scm (emacs-org2web)[synopsis]: Fix trailing
  whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:25:09 -08:00
parent 95ec0ae948
commit 97679c60d5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -13992,7 +13992,7 @@ (define-public emacs-org2web
(list emacs-dash emacs-el2org emacs-ht emacs-mustache
emacs-simple-httpd))
(home-page "https://github.com/tumashu/org2web")
(synopsis "Static site generator based on org-mode ")
(synopsis "Static site generator based on org-mode")
(description "Org2web is a static site generator based on org-mode,
which code derived from Kelvin H's org-page.")
(license license:gpl2+)))