summaryrefslogtreecommitdiffstats
path: root/pkgs/games/opensupaplex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/opensupaplex/default.nix')
-rw-r--r--pkgs/games/opensupaplex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/opensupaplex/default.nix b/pkgs/games/opensupaplex/default.nix
index 83c7f8b5c9b0..107fc10cbe06 100644
--- a/pkgs/games/opensupaplex/default.nix
+++ b/pkgs/games/opensupaplex/default.nix
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sergiou87/open-supaplex";
changelog = "https://github.com/sergiou87/open-supaplex/blob/master/changelog/v${version}.txt";
license = licenses.gpl3Only;
- maintainers = [ maintainers.ivar ];
+ maintainers = [ ];
platforms = platforms.linux; # Many more are supported upstream, but only linux is tested.
mainProgram = "opensupaplex";
};