gnu: python2-renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI.master
parent
0588668fa8
commit
22e5a77af2
|
@ -1157,7 +1157,7 @@ developed mainly for Ren'py.")
|
||||||
(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.")
|
||||||
|
|
Reference in New Issue