guix-commits
[Top][All Lists]
Advanced

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

26/87: gnu: ocaml-uutf: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 1ac3e937616abf803a4638e9a66f3c26091f732d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:20:57 2021 +0100

    gnu: ocaml-uutf: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-uutf)[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 77e25af..44eee86 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2385,7 +2385,7 @@ and consumable.")
     (propagated-inputs
      `(("uchar" ,ocaml-uchar)
        ("cmdliner" ,ocaml-cmdliner)))
-    (home-page "http://erratique.ch/software/uutf";)
+    (home-page "https://erratique.ch/software/uutf";)
     (synopsis "Non-blocking streaming Unicode codec for OCaml")
     (description "Uutf is a non-blocking streaming codec to decode and encode
 the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes.  It can efficiently



reply via email to

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