diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 03:36:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 17:21:29 +0100 |
commit | 5e9670bc2f1811f7bd721002983357738dd8be02 (patch) | |
tree | bccd22914bf2b6c8182dd61bc7f6288d6f505193 /gnu | |
parent | 2ede8c61f2b48e7b11512d83ea3c59e8b85ff4f2 (diff) | |
download | patches-5e9670bc2f1811f7bd721002983357738dd8be02.tar patches-5e9670bc2f1811f7bd721002983357738dd8be02.tar.gz |
gnu: supertuxkart: Use HTTPS home page.
* gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |