summary refs log tree commit diff
path: root/pkgs/games/assaultcube
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-17 17:50:53 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 22:37:56 -0800
commit72f6df338d4518008aa0722467a33c5396785d88 (patch)
tree672c89019aa43346828227c40ae2bcc7917e92d6 /pkgs/games/assaultcube
parent9e8e0c78d7220ef912a4a3230180872732ec3ec2 (diff)
remove genesis maintainer
genesis has no longer access to github
Diffstat (limited to 'pkgs/games/assaultcube')
-rw-r--r--pkgs/games/assaultcube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/assaultcube/default.nix b/pkgs/games/assaultcube/default.nix
index 6c3a7f1168e62..8fa5b64095ad3 100644
--- a/pkgs/games/assaultcube/default.nix
+++ b/pkgs/games/assaultcube/default.nix
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Fast and fun first-person-shooter based on the Cube fps";
     homepage = "https://assault.cubers.net";
-    maintainers = [ maintainers.genesis ];
+    maintainers = [ ];
     platforms = platforms.linux; # should work on darwin with a little effort.
     license = stdenv.lib.licenses.zlib;
   };