guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/18: gnu: java-jansi-native: Fix description.


From: Ricardo Wurmus
Subject: 10/18: gnu: java-jansi-native: Fix description.
Date: Wed, 28 Feb 2018 17:05:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3d6925ef51995cf4aab1c128cfcb6c322c0c5467
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 27 20:52:00 2018 +0100

    gnu: java-jansi-native: Fix description.
    
    * gnu/packages/java.scm (java-jansi-native)[description]: Replace 
placeholder
    text with an actual description.
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 579ab9b..1c84358 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8465,8 +8465,9 @@ that is part of the SWT Tools project.")
      `(("java-hawtjni" ,java-hawtjni)))
     (home-page "https://fusesource.github.io/jansi/";)
     (synopsis "Native library for jansi")
-    (description "Java-jansi-native contains the native library for the jansi
-frobnication library/framework.")
+    (description "This package provides the native library for jansi, a small
+Java library that allows you to use ANSI escape sequences to format your
+console output.")
     (license license:asl2.0)))
 
 (define-public java-jansi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]