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 @@ if __name__ == \"__main__\":
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server)))
|
||||||
(outputs
|
(outputs
|
||||||
(list "out" "tutorial" "the-question"))
|
(list "out" "tutorial" "the-question"))
|
||||||
(home-page "http://www.renpy.org/")
|
(home-page "https://www.renpy.org/")
|
||||||
(synopsis "Visual Novel Engine")
|
(synopsis "Visual Novel Engine")
|
||||||
(description "Ren'Py is a visual novel engine that helps you use words,
|
(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
|
images, and sounds to tell interactive stories that run on computers and
|
||||||
|
|
Reference in a new issue