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

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

View file

@ -1672,7 +1672,7 @@ (define-public ocaml-rresult
#: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