gnu: ocaml-fpath: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-fpath)[home-page]: Use HTTPS URI.
This commit is contained in:
		
							parent
							
								
									5d47847751
								
							
						
					
					
						commit
						e5d08d8301
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2159,7 +2159,7 @@ message report is decoupled from logging and is handled by a reporter.")
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("topkg" ,ocaml-topkg)
 | 
					     `(("topkg" ,ocaml-topkg)
 | 
				
			||||||
       ("astring" ,ocaml-astring)))
 | 
					       ("astring" ,ocaml-astring)))
 | 
				
			||||||
    (home-page "http://erratique.ch/software/fpath")
 | 
					    (home-page "https://erratique.ch/software/fpath")
 | 
				
			||||||
    (synopsis "File system paths for OCaml")
 | 
					    (synopsis "File system paths for OCaml")
 | 
				
			||||||
    (description "Fpath is an OCaml module for handling file system paths with
 | 
					    (description "Fpath is an OCaml module for handling file system paths with
 | 
				
			||||||
POSIX or Windows conventions.  Fpath processes paths without accessing the
 | 
					POSIX or Windows conventions.  Fpath processes paths without accessing the
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue