diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:25:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | d8bf501eb258f15f10f55e7b6c96b610ec55b09d (patch) | |
tree | c4eb25313fea855c1f2eee95d901be1f9496e223 | |
parent | 786886d1f575773e8c5a58e9802e805e20871a8c (diff) | |
download | patches-d8bf501eb258f15f10f55e7b6c96b610ec55b09d.tar patches-d8bf501eb258f15f10f55e7b6c96b610ec55b09d.tar.gz |
gnu: ocaml-sedlex: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
-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 92b28e0148..5181d6156b 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2088,7 +2088,7 @@ and consumable.") (sha256 (base32 "0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk")))))) - (home-page "http://www.cduce.org/download.html#side") + (home-page "https://www.cduce.org/download.html#side") (synopsis "Lexer generator for Unicode and OCaml") (description "Lexer generator for Unicode and OCaml.") (license license:expat))) |