guix-commits
[Top][All Lists]
Advanced

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

05/17: gnu: ocaml-tsdl: Use HTTPS home page.


From: guix-commits
Subject: 05/17: gnu: ocaml-tsdl: Use HTTPS home page.
Date: Fri, 20 Mar 2020 22:14:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2d1e064694ae48a90eedcde8da12a51ab4596a68
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:32:29 2020 +0100

    gnu: ocaml-tsdl: Use HTTPS home page.
    
    * gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
---
 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 c9a1037..fae92bb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3341,7 +3341,7 @@ OCaml projects that contain C stubs.")
   (package
     (name "ocaml-tsdl")
     (version "0.9.6")
-    (home-page "http://erratique.ch/software/tsdl";)
+    (home-page "https://erratique.ch/software/tsdl";)
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "/releases/tsdl-"



reply via email to

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