diff options
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 2f22226b78..169e42236f 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1252,7 +1252,7 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper (method url-fetch) (uri (string-append - "http://github.com/Chris00/ocaml-csv/releases/download/" + "https://github.com/Chris00/ocaml-csv/releases/download/" version "/csv-" version ".tar.gz")) (sha256 (base32 |