diff options
| author | Brickworld <brickworld@riseup.net> | 2026-04-24 17:16:14 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-05-01 09:45:30 +0200 |
| commit | 273d0a48b3ece92e1ff9d2f42b93dc691cdf785e (patch) | |
| tree | 69df2331aa5b35e20d6f5499d70bd68c8b1d90d6 | |
| parent | 6ef9c5a8fd86b84707d547a05f809ee2927801bf (diff) | |
gnu: ocaml-4.14: Fetch source tarball via HTTPS.
* gnu/packages/ocaml.scm (ocaml-4.14)[source]: Use HTTPS.
Change-Id: I21f342a7b7adbccbb8c6ce0b452f02442b9e39e6
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| -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 215ed4f3d5..f19a838520 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -313,7 +313,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")) (sha256 |
