summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 20:24:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-25 20:24:56 +0200
commit22e5a77af2be50cfa4744e5c11f625d264627fb8 (patch)
tree14595a1facf20fb1eec5a1772eb4088936f2dee4
parent0588668fa8ad226e965783240317286de8f77333 (diff)
downloadpatches-22e5a77af2be50cfa4744e5c11f625d264627fb8.tar
patches-22e5a77af2be50cfa4744e5c11f625d264627fb8.tar.gz
gnu: python2-renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI.
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index ac9c2ce864..188ff7d354 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.")