mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: java-jansi-native: Fix description.
* gnu/packages/java.scm (java-jansi-native)[description]: Replace placeholder text with an actual description.
This commit is contained in:
parent
6338ea9a88
commit
3d6925ef51
1 changed files with 3 additions and 2 deletions
|
@ -8465,8 +8465,9 @@ (define-public java-jansi-native
|
||||||
`(("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
|
||||||
|
|
Loading…
Reference in a new issue