guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/05: gnu: flare-game: Use HTTPS home page URI.
Date: Mon, 7 Feb 2022 06:04:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 67817299808a03e2750cfb630dc09fe8eb99c468
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 12:03:01 2022 +0100

    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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]