gnu: lz4: Use recommended home page.
* gnu/packages/compression.scm (lz4)[home-page]: Use lz4.org.
This commit is contained in:
		
							parent
							
								
									865aacc9fa
								
							
						
					
					
						commit
						00d9124d40
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -728,7 +728,7 @@ writing of compressed data created with the zlib and bzip2 libraries.")
 | 
				
			||||||
                          (string-append "PREFIX=" (assoc-ref %outputs "out")))
 | 
					                          (string-append "PREFIX=" (assoc-ref %outputs "out")))
 | 
				
			||||||
       #:phases (modify-phases %standard-phases
 | 
					       #:phases (modify-phases %standard-phases
 | 
				
			||||||
                  (delete 'configure))))        ; no configure script
 | 
					                  (delete 'configure))))        ; no configure script
 | 
				
			||||||
    (home-page "https://github.com/lz4/lz4")
 | 
					    (home-page "http://www.lz4.org")
 | 
				
			||||||
    (synopsis "Compression algorithm focused on speed")
 | 
					    (synopsis "Compression algorithm focused on speed")
 | 
				
			||||||
    (description "LZ4 is a lossless compression algorithm, providing
 | 
					    (description "LZ4 is a lossless compression algorithm, providing
 | 
				
			||||||
compression speed at 400 MB/s per core (0.16 Bytes/cycle).  It also features an
 | 
					compression speed at 400 MB/s per core (0.16 Bytes/cycle).  It also features an
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue