mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1672,7 +1672,7 @@ (define-public ocaml-rresult
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue