gnu: java-xz: Adjust home page.
* gnu/packages/java.scm (java-xz)[home-page]: Adjust home-page. The http part of it is a permanent redirect to https.
This commit is contained in:
		
							parent
							
								
									69b7fa3e2d
								
							
						
					
					
						commit
						d6ddc5ab83
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2157,7 +2157,7 @@ is implemented.")
 | 
				
			||||||
          (lambda _ (chdir "..") #t)))))
 | 
					          (lambda _ (chdir "..") #t)))))
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("unzip" ,unzip)))
 | 
					    `(("unzip" ,unzip)))
 | 
				
			||||||
   (home-page "http://tukaani.org/xz/java.html")
 | 
					   (home-page "https://tukaani.org/xz/java.html")
 | 
				
			||||||
   (synopsis "Implementation of XZ data compression in pure Java")
 | 
					   (synopsis "Implementation of XZ data compression in pure Java")
 | 
				
			||||||
   (description "This library aims to be a complete implementation of XZ data
 | 
					   (description "This library aims to be a complete implementation of XZ data
 | 
				
			||||||
compression in pure Java.  Single-threaded streamed compression and
 | 
					compression in pure Java.  Single-threaded streamed compression and
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue