summaryrefslogtreecommitdiff
path: root/pkgs/games/openjk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openjk/default.nix')
-rw-r--r--pkgs/games/openjk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openjk/default.nix b/pkgs/games/openjk/default.nix
index ecb2cd3c46c2..c16b38fc8f1f 100644
--- a/pkgs/games/openjk/default.nix
+++ b/pkgs/games/openjk/default.nix
@@ -58,6 +58,6 @@ in stdenv.mkDerivation {
homepage = "https://github.com/JACoders/OpenJK";
license = licenses.gpl2;
platforms = platforms.linux;
- maintainers = with maintainers; [ gnidorah ];
+ maintainers = with maintainers; [ ];
};
}