diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-25 15:17:06 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-25 15:17:06 +0200 |
commit | f61ba05c6665326b892ece155442fa1e1f22de2f (patch) | |
tree | 94357cd426b0c2916e0aec1cd839e9050de211e1 /gnu | |
parent | 725e7c3bb68b5c61affb5427230e182a0e2e3e19 (diff) |
gnu: emacs-cpreproc-openvdb: Remove period in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb)[synopsis]: Remove
period.
Diffstat (limited to 'gnu')
-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 85e55c1796..988b4abe7d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -23722,7 +23722,7 @@ versions of third party libraries or @code{C++} standards.") (propagated-inputs (list emacs-cpreproc)) (home-page "https://sr.ht/~plattfot/cpreproc") - (synopsis "Create preprocessor macros for C++ that uses OpenVDB.") + (synopsis "Create preprocessor macros for C++ that uses OpenVDB") (description "This project makes it easier to generate preprocessor macros from Emacs for C++ code that uses OpenVDB and needs to be build against multiple |