diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-06-26 19:45:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-06-26 19:45:34 +0200 |
commit | cac6c3bad531f0fec8bc08f26ece05c7f61687cf (patch) | |
tree | e59cc46a2d630ddb56ef8f0155c956d972274465 /gnu | |
parent | 75a137da76e592d4adcfdcbecc75624319663df0 (diff) | |
download | guix-cac6c3bad531f0fec8bc08f26ece05c7f61687cf.tar guix-cac6c3bad531f0fec8bc08f26ece05c7f61687cf.tar.gz |
gnu: supertux: Fix homepage.
* gnu/packages/games.scm (supertux)[homepage]: Fix URL.
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 240b1d33df..a5aaf56fb2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3549,7 +3549,7 @@ with the \"Stamp\" tool within Tux Paint.") (description "SuperTux is a free classic 2D jump'n run sidescroller game in a style similar to the original Super Mario games covered under the GNU GPL.") - (home-page "https://supertuxproject.org/") + (home-page "https://supertux.org/") (license license:gpl3+))) (define-public tintin++ |