summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/minetest.scm19
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 79aff031319..6fed1b2aad2 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -185,8 +185,8 @@ Luanti games with multiplayer support. This package provides
185@command{luantiserver} to run a Luanti server."))) 185@command{luantiserver} to run a Luanti server.")))
186 186
187(define-public minetest-game 187(define-public minetest-game
188 (let ((commit "88ecab34d98550c8eb77f49ac2866b480a6e707a") 188 (let ((commit "0351c6691595c6eb88a1bea2383f6fae46a686ce")
189 (revision "0")) 189 (revision "1"))
190 (package 190 (package
191 (name "minetest-game") 191 (name "minetest-game")
192 (version (git-version "0.0.0" revision commit)) 192 (version (git-version "0.0.0" revision commit))
@@ -194,21 +194,22 @@ Luanti games with multiplayer support. This package provides
194 (origin 194 (origin
195 (method git-fetch) 195 (method git-fetch)
196 (uri (git-reference 196 (uri (git-reference
197 (url "https://github.com/minetest/minetest_game") 197 (url "https://github.com/luanti-org/minetest_game")
198 (commit commit))) 198 (commit commit)))
199 (file-name (git-file-name name version)) 199 (file-name (git-file-name name version))
200 (sha256 200 (sha256
201 (base32 "0pvr3m7kxrriabw20sy6rhx0givh5ic85dk5g88cbbsy83admsp0")))) 201 (base32 "13l33ghnm1g3ka0ivxljzdga50x0iv0fzyd7pqm15ickfbkwbm0v"))))
202 (build-system copy-build-system) 202 (build-system copy-build-system)
203 (arguments 203 (arguments
204 (list 204 (list
205 #:install-plan #~'(("." "/share/minetest/games/minetest_game")))) 205 #:install-plan #~'(("." "/share/minetest/games/minetest_game"))))
206 (synopsis "Ex-official game for Minetest game engine") 206 (synopsis "Ex-official game for Luanti game engine")
207 (description 207 (description
208 "A game for the Minetest voxel game platform. It provides a very basic 208 "This package provides the Minetest Game - a game for the
209Minecraft-like base for some mods. It is currently in maintenance mode 209Luanti game engine which used to be the official game for Luanti
210and gets no new features.") 210(formerly Minetest). It is currently in maintenance mode and gets no
211 (home-page "https://www.minetest.net/") 211new features.")
212 (home-page "https://www.luanti.org/")
212 (license license:lgpl2.1+)))) 213 (license license:lgpl2.1+))))
213 214
214;; This package is deprecated. "Minetest Game" is no longer the official game. 215;; This package is deprecated. "Minetest Game" is no longer the official game.