summary refs log tree commit diff
path: root/pkgs/games/2048-in-terminal
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/2048-in-terminal')
-rw-r--r--pkgs/games/2048-in-terminal/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/games/2048-in-terminal/default.nix b/pkgs/games/2048-in-terminal/default.nix
index a8cf6cd464a..288c852b11e 100644
--- a/pkgs/games/2048-in-terminal/default.nix
+++ b/pkgs/games/2048-in-terminal/default.nix
@@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
     description = "Animated console version of the 2048 game";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }