guix-commits
[Top][All Lists]
Advanced

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

24/87: gnu: ocaml-topkg: Use HTTPS home page URI.


From: guix-commits
Subject: 24/87: gnu: ocaml-topkg: 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 0e0153e3362d7f5055656576f203f1d7781667dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:20:14 2021 +0100

    gnu: ocaml-topkg: Use HTTPS home page URI.
    
    * gnu/packages/ocaml.scm (ocaml-topkg)[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 55cbf4f..5bbf645 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1641,7 +1641,7 @@ defined in this library.")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))
-    (home-page "http://erratique.ch/software/topkg";)
+    (home-page "https://erratique.ch/software/topkg";)
     (synopsis "Transitory OCaml software packager")
     (description "Topkg is a packager for distributing OCaml software. It
 provides an API to describe the files a package installs in a given build



reply via email to

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