about summary refs log tree commit diff
path: root/pkgs/games/cockatrice
diff options
context:
space:
mode:
authorEvan Stoll <evanjsx@gmail.com>2020-01-31 19:59:22 -0500
committerAlyssa Ross <hi@alyssa.is>2020-02-01 01:09:22 +0000
commit9cc8ca50e998702690a2a50bf5ccf700486348bf (patch)
tree196a24e63a368e503035675b86f4890e551d3094 /pkgs/games/cockatrice
parente801159c66fec7360df82ee63129db970a23470c (diff)
cockatrice: remove spencerjanssen from maintainers
Diffstat (limited to 'pkgs/games/cockatrice')
-rw-r--r--pkgs/games/cockatrice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/cockatrice/default.nix b/pkgs/games/cockatrice/default.nix
index cc85d5562161d..74a4b9a70bff4 100644
--- a/pkgs/games/cockatrice/default.nix
+++ b/pkgs/games/cockatrice/default.nix
@@ -23,7 +23,7 @@ mkDerivation rec {
     homepage = "https://github.com/Cockatrice/Cockatrice";
     description = "A cross-platform virtual tabletop for multiplayer card games";
     license = stdenv.lib.licenses.gpl2;
-    maintainers = with stdenv.lib.maintainers; [ spencerjanssen ];
+    maintainers = with stdenv.lib.maintainers; [ ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }