gnu: ocaml-uuidm: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:20:39 +0000 (11:20 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:20:39 +0000 (11:20 +0100)
* gnu/packages/ocaml.scm (ocaml-uuidm)[home-page]: Use HTTPS URI.

gnu/packages/ocaml.scm

index 5bbf645..77e25af 100644 (file)
@@ -3213,7 +3213,7 @@ tool and piqi-ocaml.")
     (propagated-inputs
      `(("cmdliner" ,ocaml-cmdliner)
        ("topkg" ,ocaml-topkg)))
-    (home-page "http://erratique.ch/software/uuidm")
+    (home-page "https://erratique.ch/software/uuidm")
     (synopsis "Universally unique identifiers for OCaml")
     (description "Uuidm is an OCaml module implementing 128 bits universally
 unique identifiers (UUIDs) version 3, 5 (named based with MD5, SHA-1 hashing)