gnu: supertuxkart: Use HTTPS home page.
* gnu/packages/games.scm (supertuxkart)[home-page]: Use HTTPS.
This commit is contained in:
parent
2ede8c61f2
commit
5e9670bc2f
|
@ -1710,7 +1710,7 @@ This game is based on the GPL version of the famous game TuxRacer.")
|
||||||
("libjpeg" ,libjpeg)))
|
("libjpeg" ,libjpeg)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://supertuxkart.net")
|
(home-page "https://supertuxkart.net/")
|
||||||
(synopsis "3D kart racing game")
|
(synopsis "3D kart racing game")
|
||||||
(description "SuperTuxKart is a 3D kart racing game, with a focus on
|
(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
|
having fun over realism. You can play with up to 4 friends on one PC, racing
|
||||||
|
|
Loading…
Reference in New Issue