diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:01:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:57:21 +0100 |
commit | b7388a080d80185a5aecd7586fea74376e94dd7e (patch) | |
tree | 53af8da2b0204c7f58137604cfd9a01e28882d15 /gnu/packages | |
parent | 18bbaf6714a3876f1e83463f5d0389024a5ed8ef (diff) |
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')
-rw-r--r-- | gnu/packages/games.scm | 4 |
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 |