diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:19:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:19:18 +0100 |
commit | a0e343b93635128e19ee14cd84cb6b11691ae6aa (patch) | |
tree | 49ddeb1baa0dad14999387cbafb34d516e87c972 /gnu/packages/ocaml.scm | |
parent | 331b5f833e84093ff2bd16a286ea0f010c54d5fd (diff) |
gnu: ocaml-react: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-react)[home-page]: Use HTTPS URI.
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 c3b71dc738..6ec055cb04 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1960,7 +1960,7 @@ simple (yet expressive) query language to select the tests to run.") #: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 |