guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: manaplus: Use HTTPS origin & home page.


From: guix-commits
Subject: 07/20: gnu: manaplus: Use HTTPS origin & home page.
Date: Wed, 21 Aug 2019 18:48:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 074dd909a276fa569231fc776fc65344b946fd1c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 21 21:22:40 2019 +0200

    gnu: manaplus: Use HTTPS origin & home page.
    
    * gnu/packages/games.scm (manaplus)[source, home-page]: Use HTTPS.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6c4e83d..870becc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2341,7 +2341,7 @@ on the screen and keyboard to display letters.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://repo.manaplus.org/manaplus/download/";
+                    "https://repo.manaplus.org/manaplus/download/";
                     version "/manaplus-" version ".tar.xz"))
               (sha256
                (base32
@@ -2360,7 +2360,7 @@ on the screen and keyboard to display letters.")
        ("libxml2" ,libxml2)
        ("mesa" ,mesa)
        ("sdl-union" ,(sdl-union))))
-    (home-page "http://manaplus.org";)
+    (home-page "https://manaplus.org";)
     (synopsis "Client for 'The Mana World' and similar games")
     (description
      "ManaPlus is a 2D MMORPG client for game servers.  It is the only



reply via email to

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