about summary refs log tree commit diff
path: root/pkgs/games/voxelands/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/voxelands/default.nix')
-rw-r--r--pkgs/games/voxelands/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/voxelands/default.nix b/pkgs/games/voxelands/default.nix
index 69e90254682b7..c1a9a2a7defbb 100644
--- a/pkgs/games/voxelands/default.nix
+++ b/pkgs/games/voxelands/default.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     description = "Infinite-world block sandbox game based on Minetest";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ c0dehero ];
+    maintainers = with maintainers; [ ];
   };
 }