From eaad25c6e6dd20f30ae8fa957e799d5b9a48f836 Mon Sep 17 00:00:00 2001 From: Brickworld Date: Fri, 24 Apr 2026 17:17:09 +0200 Subject: gnu: ocaml-4.09: Fetch source tarball via HTTPS. * gnu/packages/ocaml.scm (ocaml-4.09)[source]: Use HTTPS. Change-Id: Iff68d05ad6c6e51733ed53d71dc148dc97b10eca Signed-off-by: Julien Lepiller --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f19a838520..e963ea0fb8 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -373,7 +373,7 @@ functional, imperative and object-oriented styles of programming.") (source (origin (method url-fetch) (uri (string-append - "http://caml.inria.fr/pub/distrib/ocaml-" + "https://caml.inria.fr/pub/distrib/ocaml-" (version-major+minor version) "/ocaml-" version ".tar.xz")) (patches (search-patches -- cgit v1.3