aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:32:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 03:09:43 +0100
commit2d1e064694ae48a90eedcde8da12a51ab4596a68 (patch)
tree3d8e187a0af68cde25727a8b11ed936e15f6bc6a
parentfed4ff33faca7f0a933f848508fb1fcf6c54c8a8 (diff)
downloadguix-2d1e064694ae48a90eedcde8da12a51ab4596a68.tar
guix-2d1e064694ae48a90eedcde8da12a51ab4596a68.tar.gz
gnu: ocaml-tsdl: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c9a1037902..fae92bbf1c 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-"