From 5e9670bc2f1811f7bd721002983357738dd8be02 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 26 Jan 2018 03:36:10 +0100 Subject: gnu: supertuxkart: Use HTTPS home page. * gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1213d87a54..6b80f7495b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1710,7 +1710,7 @@ This game is based on the GPL version of the famous game TuxRacer.") ("libjpeg" ,libjpeg))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://supertuxkart.net") + (home-page "https://supertuxkart.net/") (synopsis "3D kart racing game") (description "SuperTuxKart is a 3D kart racing game, with a focus on having fun over realism. You can play with up to 4 friends on one PC, racing -- cgit v1.2.3