diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 12:03:01 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-07 12:03:01 +0100 |
commit | 67817299808a03e2750cfb630dc09fe8eb99c468 (patch) | |
tree | c6fdeab71ae322ff73187b6370475222f3f51c3a | |
parent | 7047ca22e6f6f8f5981ce53d537e7ce557bc9559 (diff) | |
download | guix-67817299808a03e2750cfb630dc09fe8eb99c468.tar.gz |
gnu: flare-game: Use HTTPS home page URI.
* gnu/packages/games.scm (flare-game)[home-page]: Use HTTPS URI.
-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 ac79b6718a..f9103c3232 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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.") |