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 @@ 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 a new issue