summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 17:01:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 17:57:21 +0100
commitb7388a080d80185a5aecd7586fea74376e94dd7e (patch)
tree53af8da2b0204c7f58137604cfd9a01e28882d15 /gnu/packages/games.scm
parent18bbaf6714a3876f1e83463f5d0389024a5ed8ef (diff)
downloadpatches-b7388a080d80185a5aecd7586fea74376e94dd7e.tar
patches-b7388a080d80185a5aecd7586fea74376e94dd7e.tar.gz
gnu: minetest-data, minetest: Use HTTPS home page.
* gnu/packages/games.scm (minetest-data, minetest)[home-page]: Use HTTPS and www subdomain.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3d2db7bdf3..c945e3ab45 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