summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/antsimulator/default.nix2
-rw-r--r--pkgs/games/opensupaplex/default.nix2
-rw-r--r--pkgs/games/shipwright/default.nix2
-rw-r--r--pkgs/games/sm64ex/generic.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/antsimulator/default.nix b/pkgs/games/antsimulator/default.nix
index 69cd7ad1894b..637c53d1b3bf 100644
--- a/pkgs/games/antsimulator/default.nix
+++ b/pkgs/games/antsimulator/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "Simple Ants simulator";
mainProgram = "antsimulator";
license = licenses.mit;
- maintainers = with maintainers; [ ivar ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
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";
};
diff --git a/pkgs/games/shipwright/default.nix b/pkgs/games/shipwright/default.nix
index cdb48733eb01..5b6c422a6ff9 100644
--- a/pkgs/games/shipwright/default.nix
+++ b/pkgs/games/shipwright/default.nix
@@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A PC port of Ocarina of Time with modern controls, widescreen, high-resolution, and more";
mainProgram = "soh";
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
- maintainers = with lib.maintainers; [ ivar j0lol matteopacini ];
+ maintainers = with lib.maintainers; [ j0lol matteopacini ];
license = with lib.licenses; [
# OTRExporter, OTRGui, ZAPDTR, libultraship
mit
diff --git a/pkgs/games/sm64ex/generic.nix b/pkgs/games/sm64ex/generic.nix
index d3da340d502f..bf2175ed278b 100644
--- a/pkgs/games/sm64ex/generic.nix
+++ b/pkgs/games/sm64ex/generic.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
'';
mainProgram = "sm64ex";
license = licenses.unfree;
- maintainers = with maintainers; [ ivar ];
+ maintainers = with maintainers; [ ];
platforms = platforms.unix;
} // extraMeta;
}