mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-tsdl: Use HTTPS home page.
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
This commit is contained in:
parent
fed4ff33fa
commit
2d1e064694
1 changed files with 1 additions and 1 deletions
|
@ -3341,7 +3341,7 @@ (define-public ocaml-tsdl
|
|||
(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-"
|
||||
|
|
Loading…
Reference in a new issue