me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.")