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 @@ (define minetest-data
(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 @@ (define-public minetest
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