diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:24:17 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:25:15 +0200 |
commit | 10052b7087a469451bf8ade979c472e5a40470a6 (patch) | |
tree | 960a984e3a27ed5ca4683507e6739c455588989e /gnu/packages/game-development.scm | |
parent | 22e5a77af2be50cfa4744e5c11f625d264627fb8 (diff) |
gnu: renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 188ff7d354..99c0711e1a 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1345,7 +1345,7 @@ if __name__ == \"__main__\": ("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 |