diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:25:09 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:52:07 -0800 |
| commit | 97679c60d5c56f2633a3d4344e10e68dfa56f12f (patch) | |
| tree | dd42ad290af005217b1260638b4d00678d0c216b | |
| parent | 95ec0ae9483c54e11bd5c9ef23ab780e9c06f2bd (diff) | |
gnu: emacs-org2web: Fix trailing whitespace in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-org2web)[synopsis]: Fix trailing
whitespace.
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 288adc7076..379d7ebace 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13992,7 +13992,7 @@ and lambdas.") (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+))) |
