summary refs log tree commit diff
path: root/pkgs/games/xmoto/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xmoto/default.nix')
-rw-r--r--pkgs/games/xmoto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xmoto/default.nix b/pkgs/games/xmoto/default.nix
index e43d01d2eca..a0fc6d5ca71 100644
--- a/pkgs/games/xmoto/default.nix
+++ b/pkgs/games/xmoto/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Obstacled race game";
     homepage = http://xmoto.tuxfamily.org;
-    maintainers = with maintainers; [ raskin viric pSub ];
+    maintainers = with maintainers; [ raskin pSub ];
     platforms = platforms.linux;
     license = licenses.gpl2;
   };