diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 28e4a51f6ef949457b848d10872c5b6e2487630c..c7cf618c0b0ace8da91eedce7d3e74aa7aeaf69b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4840,9 +4840,9 @@ (define-public open-adventure
 \"adventure 2.5\" and \"430-point adventure\".")
       (license license:bsd-2))))
 
-(define-public tome4
+(define-public tales-of-maj-eyal
   (package
-    (name "tome4")
+    (name "tales-of-maj-eyal")
     (version "1.5.10")
     (synopsis "Single-player, RPG roguelike game set in the world of Eyal")
     (source
@@ -4963,6 +4963,9 @@ (define-public tome4
 Tales of Maj’Eyal offers engaging roguelike gameplay for the 21st century.")
     (license license:gpl3+)))
 
+(define-public tome4
+  (deprecated-package "tome4" tales-of-maj-eyal))
+
 (define-public quakespasm
   (package
     (name "quakespasm")