diff options
| author | Brickworld <brickworld@riseup.net> | 2026-04-24 17:17:19 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-05-01 09:45:50 +0200 |
| commit | 6a143ff5e6aa7d6194542692d59925bc559d4446 (patch) | |
| tree | cb85f594c79e0b0a3ff37aadac8500f4ac8d3a33 /gnu/packages/ocaml.scm | |
| parent | eaad25c6e6dd20f30ae8fa957e799d5b9a48f836 (diff) | |
gnu: ocaml-4.07-boot: Fetch source tarball via HTTPS.
* gnu/packages/ocaml.scm (ocaml-4.07-boot)[source]: Use HTTPS.
Change-Id: I0f2f04b31c358e0b63523fe4c4e7050229c58285
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/ocaml.scm')
| -rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e963ea0fb8..965a271e58 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -421,7 +421,7 @@ patch-/bin/sh-references: ~a: changing `\"/bin/sh\"' to `~a'~%" (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")) (sha256 |
