From 67817299808a03e2750cfb630dc09fe8eb99c468 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 7 Feb 2022 12:03:01 +0100 Subject: gnu: flare-game: Use HTTPS home page URI. * gnu/packages/games.scm (flare-game)[home-page]: Use HTTPS URI. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.3