From 1a11eb34a1053127fbb5daba38e631dbae564055 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sat, 17 Aug 2019 20:25:45 +0000 Subject: [PATCH] anki: add myself as a maintainer (Adding to the front of the list because it was I who added this expression to nixpkgs in e00c03101f8d052473fee17e5f7a6a975dc5edb4 7 years ago. :]) --- pkgs/games/anki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index 8016aea9fd5..a316708ad4e 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -191,6 +191,6 @@ buildPythonApplication rec { license = licenses.agpl3Plus; broken = stdenv.hostPlatform.isAarch64; platforms = platforms.mesaPlatforms; - maintainers = with maintainers; [ the-kenny Profpatsch enzime ]; + maintainers = with maintainers; [ oxij the-kenny Profpatsch enzime ]; }; }