diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-19 16:06:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-19 16:06:18 +0100 |
commit | 1e4785452c08241e20eabff970322edb04e1402c (patch) | |
tree | f54e1e7ce43c18f5dbf5c3da73141bdde04e3361 /gnu/packages/games.scm | |
parent | ef7eaeedc029fa6458bd573133dde97c6a452c23 (diff) |
gnu: freedroid: Use HTTPS home page URI.
* gnu/packages/games.scm (freedroid)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/games.scm')
-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 99f5a774dc..18978ccec1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1218,7 +1218,7 @@ effects and music to make a completely free game.") ("sdl-image" ,sdl-image) ("sdl-mixer" ,sdl-mixer) ("zlib" ,zlib))) - (home-page "http://www.freedroid.org/") + (home-page "https://www.freedroid.org/") (synopsis "Isometric role-playing game against killer robots") (description "Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics. |