From 4b7e4e8b1271fbd10e17cc6dd691dab6193666b0 Mon Sep 17 00:00:00 2001 From: Evan Stoll Date: Fri, 31 Jan 2020 19:59:38 -0500 Subject: [PATCH] cockatrice: add evanjs to maintainers --- pkgs/games/cockatrice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/cockatrice/default.nix b/pkgs/games/cockatrice/default.nix index 74a4b9a70bf..83ae5816b28 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; [ ]; + maintainers = with stdenv.lib.maintainers; [ evanjs ]; platforms = with stdenv.lib.platforms; linux; }; }