gnu: ocaml-rresult: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-rresult)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
a0e343b936
commit
1f0ace4ad9
@ -1672,7 +1672,7 @@ creation and publication procedures.")
|
|||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://erratique.ch/software/rresult")
|
(home-page "https://erratique.ch/software/rresult")
|
||||||
(synopsis "Result value combinators for OCaml")
|
(synopsis "Result value combinators for OCaml")
|
||||||
(description "Handle computation results and errors in an explicit and
|
(description "Handle computation results and errors in an explicit and
|
||||||
declarative manner, without resorting to exceptions. It defines combinators
|
declarative manner, without resorting to exceptions. It defines combinators
|
||||||
|
Loading…
x
Reference in New Issue
Block a user