mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ocaml-react: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-react)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
331b5f833e
commit
a0e343b936
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue