gnu: flare-game: Use HTTPS home page URI.
* gnu/packages/games.scm (flare-game)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
7047ca22e6
commit
6781729980
1 changed files with 1 additions and 1 deletions
|
@ -8992,7 +8992,7 @@ exec ~a --data-path=~a/share/flare --mods=empyrean_campaign~%"
|
|||
(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.")
|
||||
|
|
Reference in a new issue