guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: renpy: Use HTTPS home page URI.


From: guix-commits
Subject: 02/02: gnu: renpy: Use HTTPS home page URI.
Date: Mon, 25 May 2020 14:25:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 10052b7087a469451bf8ade979c472e5a40470a6
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 20:24:17 2020 +0200

    gnu: renpy: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (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 188ff7d..99c0711 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]