mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue