diff options
| author | Brickworld <brickworld@riseup.net> | 2026-04-24 17:17:09 +0200 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-05-01 09:45:44 +0200 |
| commit | eaad25c6e6dd20f30ae8fa957e799d5b9a48f836 (patch) | |
| tree | 2bad9199e98bca591170c0c42397e8f0015cd0d1 | |
| parent | 273d0a48b3ece92e1ff9d2f42b93dc691cdf785e (diff) | |
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 <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 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 |
