gnu: renpy: Use HTTPS home page URI.

* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-25 20:24:17 +02:00
parent 22e5a77af2
commit 10052b7087
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1345,7 +1345,7 @@ (define* (install-renpy-game #:key output game name (renpy renpy)
("xorg-server" ,xorg-server)))
(outputs
(list "out" "tutorial" "the-question"))
(home-page "http://www.renpy.org/")
(home-page "https://www.renpy.org/")
(synopsis "Visual Novel Engine")
(description "Ren'Py is a visual novel engine that helps you use words,
images, and sounds to tell interactive stories that run on computers and