diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:32:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | 2d1e064694ae48a90eedcde8da12a51ab4596a68 (patch) | |
tree | 3d8e187a0af68cde25727a8b11ed936e15f6bc6a /gnu | |
parent | fed4ff33faca7f0a933f848508fb1fcf6c54c8a8 (diff) | |
download | guix-2d1e064694ae48a90eedcde8da12a51ab4596a68.tar.gz guix-2d1e064694ae48a90eedcde8da12a51ab4596a68.zip |
gnu: ocaml-tsdl: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
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-" |