guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/87: gnu: ocaml-rresult: Use HTTPS home page URI.


From: guix-commits
Subject: 23/87: gnu: ocaml-rresult: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1f0ace4ad950cf1375a43fb62082ebe3e1d6257d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:19:54 2021 +0100

    gnu: ocaml-rresult: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-rresult)[home-page]: Use HTTPS URI.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6ec055c..55cbf4f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]