ngz pushed a commit to branch master
in repository guix.

commit 22e5a77af2be50cfa4744e5c11f625d264627fb8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon May 25 20:24:05 2020 +0200

    gnu: python2-renpy: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS 
URI.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index ac9c2ce..188ff7d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1157,7 +1157,7 @@ developed mainly for Ren'py.")
     (native-inputs
      `(("python2-cython" ,python2-cython)
        ("xdg-utils" ,xdg-utils)))
-    (home-page "http://www.renpy.org/";)
+    (home-page "https://www.renpy.org/";)
     (synopsis "Ren'py python module")
     (description "This package contains the shared libraries and Python
 modules of Ren'py.")

Reply via email to