gnu: renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
22e5a77af2
commit
10052b7087
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue