diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:27:17 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:52:50 -0800 |
commit | 896e39282d7fe57cad0ee568fb0004bfbea06803 (patch) | |
tree | e662f115427e9c877543e0e7746e72c09b969936 | |
parent | 5c51ce4d0cea41ac1089f27f9954e5849f798bff (diff) | |
download | guix-896e39282d7fe57cad0ee568fb0004bfbea06803.tar.gz |
gnu: java-commons-jexl-2: Fix trailing whitespace in synopsis.
* gnu/packages/java.scm (java-commons-jexl-2)[synopsis]: Fix trailing whitespace.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 0a757b2391..088b38aa84 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -10853,7 +10853,7 @@ configuration and string construction.") (native-inputs (list java-junit java-hamcrest-core javacc-4)) (home-page "https://commons.apache.org/proper/commons-jexl/") - (synopsis "Java Expression Language ") + (synopsis "Java Expression Language") (description "JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java. JEXL implements an Expression Language based on some extensions to the |