guix-commits
[Top][All Lists]
Advanced

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

13/87: gnu: ocaml-bos: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 683e24355e2ed0c2f3c2bc8fc62800f4d6deae45
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:14:50 2021 +0100

    gnu: ocaml-bos: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-bos)[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 9c30107..9b8ce16 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2194,7 +2194,7 @@ file system and is independent from any system library.")
        ("fpath" ,ocaml-fpath)
        ("logs" ,ocaml-logs)
        ("rresult" ,ocaml-rresult)))
-    (home-page "http://erratique.ch/software/bos";)
+    (home-page "https://erratique.ch/software/bos";)
     (synopsis "Basic OS interaction for OCaml")
     (description "Bos provides support for basic and robust interaction with
 the operating system in OCaml.  It has functions to access the process



reply via email to

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