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:
parent
18bbaf6714
commit
b7388a080d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue