guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: minetest-data, minetest: Use HTTPS home page.


From: guix-commits
Subject: 16/18: gnu: minetest-data, minetest: Use HTTPS home page.
Date: Sun, 19 Jan 2020 12:27:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b7388a080d80185a5aecd7586fea74376e94dd7e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 17:01:50 2020 +0100

    gnu: minetest-data, minetest: Use HTTPS home page.
    
    * gnu/packages/games.scm (minetest-data, minetest)[home-page]:
    Use HTTPS and www subdomain.
---
 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 3d2db7b..c945e3a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2023,7 +2023,7 @@ match, cannon keep, and grave-itation pit.")
     (synopsis "Main game data for the Minetest game engine")
     (description
      "Game data for the Minetest infinite-world block sandbox game.")
-    (home-page "http://minetest.net";)
+    (home-page "https://www.minetest.net/";)
     (license license:lgpl2.1+)))
 
 (define-public minetest
@@ -2091,7 +2091,7 @@ various types of blocks in a three-dimensional open 
world.  This allows
 forming structures in every possible creation, on multiplayer servers or as a
 single player.  Mods and texture packs allow players to personalize the game
 in different ways.")
-    (home-page "http://minetest.net";)
+    (home-page "https://www.minetest.net/";)
     (license license:lgpl2.1+)))
 
 (define glkterm



reply via email to

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