gnu: flare-game: Use HTTPS home page URI.

* gnu/packages/games.scm (flare-game)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2022-02-07 12:03:01 +01:00
parent 7047ca22e6
commit 6781729980
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8992,7 +8992,7 @@ (define-public flare-game
(chmod script #o755)))))))
(inputs
(list flare-engine))
(home-page "http://www.flarerpg.org/")
(home-page "https://flarerpg.org/")
(synopsis "Fantasy action RPG using the FLARE engine")
(description "Flare is a single-player 2D action RPG with
fast-paced action and a dark fantasy style.")