about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorYana Timoshenko <yana@riseup.net>2021-12-31 21:48:55 +0300
committerYana Timoshenko <yana@riseup.net>2021-12-31 21:48:55 +0300
commit719567e91f22de6279269441df85a064d2f11f82 (patch)
treeae76f004e071dd50a8f956d5a40801b5438f4589 /pkgs/games
parentba4fa46ea1204a31fa57a23503182af799ec70ca (diff)
maintainers: update personal details
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/easyrpg-player/default.nix2
-rw-r--r--pkgs/games/pokerth/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/easyrpg-player/default.nix b/pkgs/games/easyrpg-player/default.nix
index 81968d25e3dc5..83e40a4c3407e 100644
--- a/pkgs/games/easyrpg-player/default.nix
+++ b/pkgs/games/easyrpg-player/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
     homepage = "https://easyrpg.org/";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ yegortimoshenko ];
+    maintainers = with maintainers; [ yana ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index 1c9879f8beb9c..ffae1b5cd8f64 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -65,7 +65,7 @@ mkDerivation rec {
     homepage = "https://www.pokerth.net";
     description = "Poker game ${target}";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ obadz yegortimoshenko ];
+    maintainers = with maintainers; [ obadz yana ];
     platforms = platforms.all;
   };
 }