Archived
1
0
Fork 0

gnu: minetest-data, minetest: Use HTTPS home page.

* gnu/packages/games.scm (minetest-data, minetest)[home-page]:
Use HTTPS and www subdomain.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 17:01:50 +01:00
parent 18bbaf6714
commit b7388a080d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2023,7 +2023,7 @@ match, cannon keep, and grave-itation pit.")
(synopsis "Main game data for the Minetest game engine") (synopsis "Main game data for the Minetest game engine")
(description (description
"Game data for the Minetest infinite-world block sandbox game.") "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+))) (license license:lgpl2.1+)))
(define-public minetest (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 forming structures in every possible creation, on multiplayer servers or as a
single player. Mods and texture packs allow players to personalize the game single player. Mods and texture packs allow players to personalize the game
in different ways.") in different ways.")
(home-page "http://minetest.net") (home-page "https://www.minetest.net/")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define glkterm (define glkterm