gnu: ocaml-sedlex: Use HTTPS home page.

* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:25:19 +01:00
parent 786886d1f5
commit d8bf501eb2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2088,7 +2088,7 @@ (define-public ocaml4.07-sedlex
(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)))