gnu: python2-renpy: Use HTTPS home page URI.

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

View file

@ -1157,7 +1157,7 @@ (define-public python2-renpy
(native-inputs (native-inputs
`(("python2-cython" ,python2-cython) `(("python2-cython" ,python2-cython)
("xdg-utils" ,xdg-utils))) ("xdg-utils" ,xdg-utils)))
(home-page "http://www.renpy.org/") (home-page "https://www.renpy.org/")
(synopsis "Ren'py python module") (synopsis "Ren'py python module")
(description "This package contains the shared libraries and Python (description "This package contains the shared libraries and Python
modules of Ren'py.") modules of Ren'py.")