guix-commits
[Top][All Lists]
Advanced

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

42/87: gnu: python2-pygame-sdl2: Use HTTPS home page URI.


From: guix-commits
Subject: 42/87: gnu: python2-pygame-sdl2: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:38 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit dfb67d2cc9e5dd6b87cb9f8fd0d14efccd86f9d6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:32:55 2021 +0100

    gnu: python2-pygame-sdl2: Use HTTPS home page URI.
    
    * gnu/packages/game-development.scm (python2-pygame-sdl2)[home-page]: Use 
HTTPS URI.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 92c3da9..1f6ed06 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2019, 2020, 2021 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2019 Jethro Cao <jethrocao@gmail.com>
-;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;;
@@ -1131,7 +1131,7 @@ to create fully featured games and multimedia programs in 
the python language.")
           ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))))
       (native-inputs
        `(("python2-cython" ,python2-cython)))
-      (home-page "http://www.renpy.org/";)
+      (home-page "https://www.renpy.org/";)
       (synopsis "Reimplementation of the Pygame API using SDL2")
       (description "Pygame_SDL2 reimplements the Pygame API using SDL2,
 staying close to the original, but also adding some SDL2-specific features.



reply via email to

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