diff options
-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 |