gnu: ocaml-uutf: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-uutf)[home-page]: Use HTTPS URI.
This commit is contained in:
		
							parent
							
								
									0a55be06e3
								
							
						
					
					
						commit
						1ac3e93761
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2385,7 +2385,7 @@ and consumable.")
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("uchar" ,ocaml-uchar)
 | 
					     `(("uchar" ,ocaml-uchar)
 | 
				
			||||||
       ("cmdliner" ,ocaml-cmdliner)))
 | 
					       ("cmdliner" ,ocaml-cmdliner)))
 | 
				
			||||||
    (home-page "http://erratique.ch/software/uutf")
 | 
					    (home-page "https://erratique.ch/software/uutf")
 | 
				
			||||||
    (synopsis "Non-blocking streaming Unicode codec for OCaml")
 | 
					    (synopsis "Non-blocking streaming Unicode codec for OCaml")
 | 
				
			||||||
    (description "Uutf is a non-blocking streaming codec to decode and encode
 | 
					    (description "Uutf is a non-blocking streaming codec to decode and encode
 | 
				
			||||||
the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes.  It can efficiently
 | 
					the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes.  It can efficiently
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue