gnu: java-jansi-native: Fix description.
* gnu/packages/java.scm (java-jansi-native)[description]: Replace placeholder text with an actual description.master
parent
6338ea9a88
commit
3d6925ef51
|
@ -8465,8 +8465,9 @@ that is part of the SWT Tools project.")
|
||||||
`(("java-hawtjni" ,java-hawtjni)))
|
`(("java-hawtjni" ,java-hawtjni)))
|
||||||
(home-page "https://fusesource.github.io/jansi/")
|
(home-page "https://fusesource.github.io/jansi/")
|
||||||
(synopsis "Native library for jansi")
|
(synopsis "Native library for jansi")
|
||||||
(description "Java-jansi-native contains the native library for the jansi
|
(description "This package provides the native library for jansi, a small
|
||||||
frobnication library/framework.")
|
Java library that allows you to use ANSI escape sequences to format your
|
||||||
|
console output.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public java-jansi
|
(define-public java-jansi
|
||||||
|
|
Reference in New Issue