me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-rresult)[home-page]: Use HTTPS URI.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ creation and publication procedures.")
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(home-page "http://erratique.ch/software/rresult")
(home-page "https://erratique.ch/software/rresult")
(synopsis "Result value combinators for OCaml")
(description "Handle computation results and errors in an explicit and
declarative manner, without resorting to exceptions. It defines combinators