gnu: utf8proc: Update source and home page.
* gnu/packages/textutils.scm (utf8proc)[source, home-page]: Follow redirected URLs.
This commit is contained in:
		
							parent
							
								
									010689e706
								
							
						
					
					
						commit
						22cc598b1e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -145,7 +145,7 @@ libenca and several charset conversion libraries and tools.")
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append
 | 
					       (uri (string-append
 | 
				
			||||||
             "https://github.com/JuliaLang/utf8proc/archive/v"
 | 
					             "https://github.com/JuliaStrings/utf8proc/archive/v"
 | 
				
			||||||
             version ".tar.gz"))
 | 
					             version ".tar.gz"))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
| 
						 | 
					@ -181,7 +181,7 @@ libenca and several charset conversion libraries and tools.")
 | 
				
			||||||
             (substitute* "data/GraphemeBreakTest.txt"
 | 
					             (substitute* "data/GraphemeBreakTest.txt"
 | 
				
			||||||
               (("÷") "/")
 | 
					               (("÷") "/")
 | 
				
			||||||
               (("×") "+")))))))
 | 
					               (("×") "+")))))))
 | 
				
			||||||
    (home-page "https://julialang.org/utf8proc/")
 | 
					    (home-page "https://juliastrings.github.io/utf8proc/")
 | 
				
			||||||
    (synopsis "C library for processing UTF-8 Unicode data")
 | 
					    (synopsis "C library for processing UTF-8 Unicode data")
 | 
				
			||||||
    (description "utf8proc is a small C library that provides Unicode
 | 
					    (description "utf8proc is a small C library that provides Unicode
 | 
				
			||||||
normalization, case-folding, and other operations for data in the UTF-8
 | 
					normalization, case-folding, and other operations for data in the UTF-8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue