gnu: ocaml-react: Use HTTPS home page URI.

* gnu/packages/ocaml.scm (ocaml-react)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:19:18 +01:00
parent 331b5f833e
commit a0e343b936
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1960,7 +1960,7 @@ (define-public ocaml-react
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(home-page "http://erratique.ch/software/react")
(home-page "https://erratique.ch/software/react")
(synopsis "Declarative events and signals for OCaml")
(description "React is an OCaml module for functional reactive programming
(FRP). It provides support to program with time varying values: declarative